#4812B6

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

Shades of Purple Heart #4812B6

Tints of Purple Heart #4812B6

Color information

#4812B6 (or 0x4812B6) is unknown color: approx Purple Heart. HEX triplet: 48, 12 and B6. RGB value is (72,18,182). Sum of RGB (Red+Green+Blue) = 72+18+182=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 182 (71.48% from 255 or 66.91% from 272); Max value from RGB is 182 - color contains mainly: blue. Hex color #4812B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812B6 is #B7ED49. Grayscale: #343434. Windows color (decimal): -12053834 or 11932232. OLE color: 11932232.

HSL color Cylindrical-coordinate representation of color #4812B6: hue angle of 259.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4812B6 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7218182-
CMYK0.600.9000.29
HSL259.76º82%39.22%-
HSV(B)259.76º90.11%71.37%-
XYZ11.335.1944.66-
YUV52.84200.89141.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 18 (7.42% from 255) = 6.62%
BLUE value IS 182 (71.48% from 255) = 66.91%
R=26.47%
G=6.62%
B=66.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72181820.600.9000.29259.768239.22
Hex4812B63C5A01D1045227
Octal110222667413203540412247
Binary1001000100101011011011110010110100111011000001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4812B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4812B6; }

 p { color: rgb(72,18,182); }

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

<style>
 a { background-color: #4812B6; }

 a { background-color: rgb(72,18,182); }

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

<style>
 span { border-color: #4812B6; }

 span { border-color: rgb(72,18,182); }

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