#4212AE

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

Shades of Purple Heart #4212AE

Tints of Purple Heart #4212AE

Color information

#4212AE (or 0x4212AE) is unknown color: approx Purple Heart. HEX triplet: 42, 12 and AE. RGB value is (66,18,174). Sum of RGB (Red+Green+Blue) = 66+18+174=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #4212AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4212AE is #BDED51. Grayscale: #313131. Windows color (decimal): -12447058 or 11407938. OLE color: 11407938.

HSL color Cylindrical-coordinate representation of color #4212AE: hue angle of 258.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4212AE is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6618174-
CMYK0.620.9000.32
HSL258.46º81.25%37.65%-
HSV(B)258.46º89.66%68.24%-
XYZ10.14.6540.41-
YUV50.14197.9139.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 174 (68.36% from 255) = 67.44%
R=25.58%
G=6.98%
B=67.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66181740.620.9000.32258.4681.2537.65
Hex4212AE3E5A0201025126
Octal102222567613204040212146
Binary10000101001010101110111110101101001000001000000101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4212AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4212AE; }

 p { color: rgb(66,18,174); }

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

<style>
 a { background-color: #4212AE; }

 a { background-color: rgb(66,18,174); }

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

<style>
 span { border-color: #4212AE; }

 span { border-color: rgb(66,18,174); }

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