#422ED6

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

Shades of Purple Heart #422ED6

Tints of Purple Heart #422ED6

Color information

#422ED6 (or 0x422ED6) is unknown color: approx Purple Heart. HEX triplet: 42, 2E and D6. RGB value is (66,46,214). Sum of RGB (Red+Green+Blue) = 66+46+214=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 214 (83.98% from 255 or 65.64% from 326); Max value from RGB is 214 - color contains mainly: blue. Hex color #422ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ED6 is #BDD129. Grayscale: #464646. Windows color (decimal): -12439850 or 14036546. OLE color: 14036546.

HSL color Cylindrical-coordinate representation of color #422ED6: hue angle of 247.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422ED6 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6646214-
CMYK0.690.7900.16
HSL247.14º67.2%50.98%-
HSV(B)247.14º78.5%83.92%-
XYZ15.367.9764.35-
YUV71.13208.63124.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 214 (83.98% from 255) = 65.64%
R=20.25%
G=14.11%
B=65.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66462140.690.7900.16247.1467.250.98
Hex422ED6454F010f74333
Octal1025632610511702036710363
Binary10000101011101101011010001011001111010000111101111000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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