#5806BA

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

Shades of Purple Heart #5806BA

Tints of Purple Heart #5806BA

Color information

#5806BA (or 0x5806BA) is unknown color: approx Purple Heart. HEX triplet: 58, 06 and BA. RGB value is (88,6,186). Sum of RGB (Red+Green+Blue) = 88+6+186=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #5806BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5806BA is #A7F945. Grayscale: #323232. Windows color (decimal): -11008326 or 12191320. OLE color: 12191320.

HSL color Cylindrical-coordinate representation of color #5806BA: hue angle of 267.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5806BA is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB886186-
CMYK0.530.9700.27
HSL267.33º93.75%37.65%-
HSV(B)267.33º96.77%72.94%-
XYZ12.955.7546.88-
YUV51.04204.17154.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 186 (73.05% from 255) = 66.43%
R=31.43%
G=2.14%
B=66.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8861860.530.9700.27267.3393.7537.65
Hex586BA356101B10b5e26
Octal13062726514103341313646
Binary10110001101011101011010111000010110111000010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5806BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5806BA; }

 p { color: rgb(88,6,186); }

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

<style>
 a { background-color: #5806BA; }

 a { background-color: rgb(88,6,186); }

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

<style>
 span { border-color: #5806BA; }

 span { border-color: rgb(88,6,186); }

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