Html Css Color HEX #422ACE Purple Heart

📋 copy color: '#422ACE'

red 66 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #422ACE

Tints of Purple Heart #422ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.38%

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 21.02%
G = 13.38%
B = 65.61%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#422ACE (or 0x422ACE) is known color: Purple Heart. HEX triplet: 42, 2A and CE. RGB value is (66,42,206). Sum of RGB (Red+Green+Blue) = 66+42+206=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #422ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422ACE is #BDD531. Grayscale: #434343. Windows color (decimal): -12440882 or 13511234. OLE color: 13511234.

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

Color convert

RGB 66 42 206 -
CMYK 0.68 0.80 0 0.19
HSL 248.78º 0.66% 0.49% -
HSV(B) 248.78º 0.8% 0.81% -
XYZ 14.22 7.27 59.05 -
YUV 67.87 205.95 126.66 -
System Red Green Blue C M Y K H S L
Decimal 66 42 206 0.68 0.80 0 0.19 248.78 0.66 0.49
Hex 42 2A CE 44 50 0 13 F9 42 31
Octal 102 52 316 104 120 0 23 371 102 61
Binary 1000010 101010 11001110 1000100 1010000 0 10011 11111001 1000010 110001

Color Harmonies of #422ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422ACE

Black with #422ACE

Text Example


Text Example

White with #422ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #422ACE;
 }
 .AnyTagClassName
 {
   color: #422ACE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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