#422DD1

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

Shades of Purple Heart #422DD1

Tints of Purple Heart #422DD1

Color information

#422DD1 (or 0x422DD1) is unknown color: approx Purple Heart. HEX triplet: 42, 2D and D1. RGB value is (66,45,209). Sum of RGB (Red+Green+Blue) = 66+45+209=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 209 (82.03% from 255 or 65.31% from 320); Max value from RGB is 209 - color contains mainly: blue. Hex color #422DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DD1 is #BDD22E. Grayscale: #454545. Windows color (decimal): -12440111 or 13708610. OLE color: 13708610.

HSL color Cylindrical-coordinate representation of color #422DD1: hue angle of 247.68º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422DD1 is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6645209-
CMYK0.680.7800.18
HSL247.68º64.57%49.8%-
HSV(B)247.68º78.47%81.96%-
XYZ14.697.6461.02-
YUV69.97206.46125.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 45 (17.97% from 255) = 14.06%
BLUE value IS 209 (82.03% from 255) = 65.31%
R=20.62%
G=14.06%
B=65.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66452090.680.7800.18247.6864.5749.8
Hex422DD1444E012f84132
Octal1025532110411602237010162
Binary10000101011011101000110001001001110010010111110001000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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