Html Css Color HEX #422ABD Purple Heart

📋 copy color: '#422ABD'

red 66 ◦ green 42 ◦ blue 189

#422ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #422ABD

Tints of Purple Heart #422ABD

RGB

 RED value IS 66 (26.17% from 255) = 22.22%

 GREEN value IS 42 (16.8% 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 value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#422ABD (or 0x422ABD) is known color: 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

RGB 66 42 189 -
CMYK 0.65 0.78 0 0.26
HSL 249.8º 0.64% 0.45% -
HSV(B) 249.8º 0.78% 0.74% -
XYZ 12.26 6.49 48.75 -
YUV 65.93 197.45 128.05 -
System Red Green Blue C M Y K H S L
Decimal 66 42 189 0.65 0.78 0 0.26 249.8 0.64 0.45
Hex 42 2A BD 41 4E 0 1A FA 40 2D
Octal 102 52 275 101 116 0 32 372 100 55
Binary 1000010 101010 10111101 1000001 1001110 0 11010 11111010 1000000 101101

Color Harmonies of #422ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422ABD

Black with #422ABD

Text Example


Text Example

White with #422ABD

Text Example


Text Example

HTML Codes & Css Web 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>