#5112CB

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

Shades of Purple Heart #5112CB

Tints of Purple Heart #5112CB

Color information

#5112CB (or 0x5112CB) is unknown color: approx Purple Heart. HEX triplet: 51, 12 and CB. RGB value is (81,18,203). Sum of RGB (Red+Green+Blue) = 81+18+203=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #5112CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5112CB is #AEED34. Grayscale: #393939. Windows color (decimal): -11463989 or 13308497. OLE color: 13308497.

HSL color Cylindrical-coordinate representation of color #5112CB: hue angle of 260.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5112CB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8118203-
CMYK0.600.9100.20
HSL260.43º83.71%43.33%-
HSV(B)260.43º91.13%79.61%-
XYZ14.396.4956.99-
YUV57.93209.87144.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 203 (79.69% from 255) = 67.22%
R=26.82%
G=5.96%
B=67.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81182030.600.9100.20260.4383.7143.33
Hex5112CB3C5B014104542b
Octal121223137413302440412453
Binary1010001100101100101111110010110110101001000001001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5112CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5112CB; }

 p { color: rgb(81,18,203); }

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

<style>
 a { background-color: #5112CB; }

 a { background-color: rgb(81,18,203); }

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

<style>
 span { border-color: #5112CB; }

 span { border-color: rgb(81,18,203); }

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