#422db4

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

Shades of Purple Heart #422DB4

Tints of Purple Heart #422DB4

Color information

#422DB4 (or 0x422DB4) is unknown color: approx Purple Heart. HEX triplet: 42, 2D and B4. RGB value is (66,45,180). Sum of RGB (Red+Green+Blue) = 66+45+180=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 180 (70.70% from 255 or 61.86% from 291); Max value from RGB is 180 - color contains mainly: blue. Hex color #422DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DB4 is #BDD24B. Grayscale: #424242. Windows color (decimal): -12440140 or 11808066. OLE color: 11808066.

HSL color Cylindrical-coordinate representation of color #422DB4: hue angle of 249.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #422DB4 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6645180-
CMYK0.630.7500.29
HSL249.33º60%44.12%-
HSV(B)249.33º75%70.59%-
XYZ11.426.3343.8-
YUV66.67191.96127.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 180 (70.70% from 255) = 61.86%
R=22.68%
G=15.46%
B=61.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66451800.630.7500.29249.336044.12
Hex422DB43F4B01Df93c2c
Octal10255264771130353717454
Binary100001010110110110100111111100101101110111111001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422db4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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