#422ABD

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

Shades of Purple Heart #422ABD

Tints of Purple Heart #422ABD

Color information

#422ABD (or 0x422ABD) is unknown color: approx Purple Heart. HEX triplet: 42, 2A and BD. RGB value is (66,42,189). Sum of RGB (Red+Green+Blue) = 66+42+189=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #422ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ABD is #BDD542. Grayscale: #414141. Windows color (decimal): -12440899 or 12397122. OLE color: 12397122.

HSL color Cylindrical-coordinate representation of color #422ABD: hue angle of 249.8º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #422ABD is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6642189-
CMYK0.650.7800.26
HSL249.8º63.64%45.29%-
HSV(B)249.8º77.78%74.12%-
XYZ12.266.4948.75-
YUV65.93197.45128.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 189 (74.22% from 255) = 63.64%
R=22.22%
G=14.14%
B=63.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66421890.650.7800.26249.863.6445.29
Hex422ABD414E01Afa402d
Octal1025227510111603237210055
Binary10000101010101011110110000011001110011010111110101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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