#5812CF

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

Shades of Purple Heart #5812CF

Tints of Purple Heart #5812CF

Color information

#5812CF (or 0x5812CF) is unknown color: approx Purple Heart. HEX triplet: 58, 12 and CF. RGB value is (88,18,207). Sum of RGB (Red+Green+Blue) = 88+18+207=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #5812CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5812CF is #A7ED30. Grayscale: #3B3B3B. Windows color (decimal): -11005233 or 13570648. OLE color: 13570648.

HSL color Cylindrical-coordinate representation of color #5812CF: hue angle of 262.22º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5812CF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8818207-
CMYK0.570.9100.19
HSL262.22º84%44.12%-
HSV(B)262.22º91.3%81.18%-
XYZ15.57.0159.57-
YUV60.48210.69147.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.12%
GREEN value IS 18 (7.42% from 255) = 5.75%
BLUE value IS 207 (81.25% from 255) = 66.13%
R=28.12%
G=5.75%
B=66.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal88182070.570.9100.19262.228444.12
Hex5812CF395B013106542c
Octal130223177113302340612454
Binary1011000100101100111111100110110110100111000001101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5812CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5812CF; }

 p { color: rgb(88,18,207); }

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

<style>
 a { background-color: #5812CF; }

 a { background-color: rgb(88,18,207); }

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

<style>
 span { border-color: #5812CF; }

 span { border-color: rgb(88,18,207); }

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