#422DC6

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

Shades of Purple Heart #422DC6

Tints of Purple Heart #422DC6

Color information

#422DC6 (or 0x422DC6) is unknown color: approx Purple Heart. HEX triplet: 42, 2D and C6. RGB value is (66,45,198). Sum of RGB (Red+Green+Blue) = 66+45+198=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 198 (77.73% from 255 or 64.08% from 309); Max value from RGB is 198 - color contains mainly: blue. Hex color #422DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DC6 is #BDD239. Grayscale: #444444. Windows color (decimal): -12440122 or 12987714. OLE color: 12987714.

HSL color Cylindrical-coordinate representation of color #422DC6: hue angle of 248.24º degrees, saturation: 0.63, 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 #422DC6 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6645198-
CMYK0.670.7700.22
HSL248.24º62.96%47.65%-
HSV(B)248.24º77.27%77.65%-
XYZ13.387.1154.09-
YUV68.72200.96126.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.36%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 198 (77.73% from 255) = 64.08%
R=21.36%
G=14.56%
B=64.08%

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
Decimal66451980.670.7700.22248.2462.9647.65
Hex422DC6434D016f83f30
Octal102553061031150263707760
Binary1000010101101110001101000011100110101011011111000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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