#4012C2

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

Shades of Purple Heart #4012C2

Tints of Purple Heart #4012C2

Color information

#4012C2 (or 0x4012C2) is unknown color: approx Purple Heart. HEX triplet: 40, 12 and C2. RGB value is (64,18,194). Sum of RGB (Red+Green+Blue) = 64+18+194=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 194 (76.17% from 255 or 70.29% from 276); Max value from RGB is 194 - color contains mainly: blue. Hex color #4012C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4012C2 is #BFED3D. Grayscale: #333333. Windows color (decimal): -12578110 or 12718656. OLE color: 12718656.

HSL color Cylindrical-coordinate representation of color #4012C2: hue angle of 255.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4012C2 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6418194-
CMYK0.670.9100.24
HSL255.68º83.02%41.57%-
HSV(B)255.68º90.72%76.08%-
XYZ12.075.4251.45-
YUV51.82208.24136.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 194 (76.17% from 255) = 70.29%
R=23.19%
G=6.52%
B=70.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal64181940.670.9100.24255.6883.0241.57
Hex4012C2435B018100532a
Octal1002230210313303040012352
Binary10000001001011000010100001110110110110001000000001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4012C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4012C2; }

 p { color: rgb(64,18,194); }

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

<style>
 a { background-color: #4012C2; }

 a { background-color: rgb(64,18,194); }

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

<style>
 span { border-color: #4012C2; }

 span { border-color: rgb(64,18,194); }

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