#422EC6

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

Shades of Purple Heart #422EC6

Tints of Purple Heart #422EC6

Color information

#422EC6 (or 0x422EC6) is unknown color: approx Purple Heart. HEX triplet: 42, 2E and C6. RGB value is (66,46,198). Sum of RGB (Red+Green+Blue) = 66+46+198=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #422EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422EC6 is #BDD139. Grayscale: #444444. Windows color (decimal): -12439866 or 12987970. OLE color: 12987970.

HSL color Cylindrical-coordinate representation of color #422EC6: hue angle of 247.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422EC6 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6646198-
CMYK0.670.7700.22
HSL247.89º62.3%47.84%-
HSV(B)247.89º76.77%77.65%-
XYZ13.427.1954.11-
YUV69.31200.63125.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 46 (18.36% from 255) = 14.84%
BLUE value IS 198 (77.73% from 255) = 63.87%
R=21.29%
G=14.84%
B=63.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66461980.670.7700.22247.8962.347.84
Hex422EC6434D016f83e30
Octal102563061031150263707660
Binary1000010101110110001101000011100110101011011111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422EC6; }

 p { color: rgb(66,46,198); }

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

<style>
 a { background-color: #422EC6; }

 a { background-color: rgb(66,46,198); }

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

<style>
 span { border-color: #422EC6; }

 span { border-color: rgb(66,46,198); }

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