#422AD1

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

Shades of Purple Heart #422AD1

Tints of Purple Heart #422AD1

Color information

#422AD1 (or 0x422AD1) is unknown color: approx Purple Heart. HEX triplet: 42, 2A and D1. RGB value is (66,42,209). Sum of RGB (Red+Green+Blue) = 66+42+209=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #422AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422AD1 is #BDD52E. Grayscale: #434343. Windows color (decimal): -12440879 or 13707842. OLE color: 13707842.

HSL color Cylindrical-coordinate representation of color #422AD1: hue angle of 248.62º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #422AD1 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6642209-
CMYK0.680.8000.18
HSL248.62º66.53%49.22%-
HSV(B)248.62º79.9%81.96%-
XYZ14.587.4260.98-
YUV68.21207.45126.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 42 (16.80% from 255) = 13.25%
BLUE value IS 209 (82.03% from 255) = 65.93%
R=20.82%
G=13.25%
B=65.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66422090.680.8000.18248.6266.5349.22
Hex422AD14450012f94331
Octal1025232110412002237110361
Binary10000101010101101000110001001010000010010111110011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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