#4A12B6

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

Shades of Purple Heart #4A12B6

Tints of Purple Heart #4A12B6

Color information

#4A12B6 (or 0x4A12B6) is unknown color: approx Purple Heart. HEX triplet: 4A, 12 and B6. RGB value is (74,18,182). Sum of RGB (Red+Green+Blue) = 74+18+182=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 182 (71.48% from 255 or 66.42% from 274); Max value from RGB is 182 - color contains mainly: blue. Hex color #4A12B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A12B6 is #B5ED49. Grayscale: #343434. Windows color (decimal): -11922762 or 11932234. OLE color: 11932234.

HSL color Cylindrical-coordinate representation of color #4A12B6: hue angle of 260.49º 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 #4A12B6 is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7418182-
CMYK0.590.9000.29
HSL260.49º82%39.22%-
HSV(B)260.49º90.11%71.37%-
XYZ11.485.2744.67-
YUV53.44200.55142.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.01%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 182 (71.48% from 255) = 66.42%
R=27.01%
G=6.57%
B=66.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74181820.590.9000.29260.498239.22
Hex4A12B63B5A01D1045227
Octal112222667313203540412247
Binary1001010100101011011011101110110100111011000001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A12B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A12B6; }

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

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

<style>
 a { background-color: #4A12B6; }

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

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

<style>
 span { border-color: #4A12B6; }

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

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