#5D30BA

Color #5D30BA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5D30BA

Tints of Purple Heart #5D30BA

Color information

#5D30BA (or 0x5D30BA) is unknown color: approx Purple Heart. HEX triplet: 5D, 30 and BA. RGB value is (93,48,186). Sum of RGB (Red+Green+Blue) = 93+48+186=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D30BA is #A2CF45. Grayscale: #4C4C4C. Windows color (decimal): -10669894 or 12202077. OLE color: 12202077.

HSL color Cylindrical-coordinate representation of color #5D30BA: hue angle of 259.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D30BA is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9348186-
CMYK0.50.7400.27
HSL259.57º58.97%45.88%-
HSV(B)259.57º74.19%72.94%-
XYZ14.437.9947.24-
YUV77.19189.41139.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 28.44%
GREEN value IS 48 (19.14% from 255) = 14.68%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=28.44%
G=14.68%
B=56.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93481860.50.7400.27259.5758.9745.88
Hex5D30BA324A01B1043b2e
Octal13560272621120334047356
Binary1011101110000101110101100101001010011011100000100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D30BA; }

 p { color: rgb(93,48,186); }

 H1.HeaderClassName
 {
   color: #5D30BA;
 }
 .AnyTagClassName
 {
   color: #5D30BA;
 }
</style>
background-color css

<style>
 a { background-color: #5D30BA; }

 a { background-color: rgb(93,48,186); }

 div.DivClassName
 {
   background-color: #5D30BA;
 }
 .BgClassName
 {
   background-color: #5D30BA;
 }
</style>
border-color css

<style>
 span { border-color: #5D30BA; }

 span { border-color: rgb(93,48,186); }

 td.TdClassName
 {
   border-color: #5D30BA;
 }
 .TagClassName
 {
   border-color: #5D30BA;
 }
</style>