Html Css Color HEX #422CC0 Purple Heart

📋 copy color: '#422CC0'

red 66 ◦ green 44 ◦ blue 192

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

Shades of Purple Heart #422CC0

Tints of Purple Heart #422CC0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

 BLUE value IS 192 (75.39% from 255) = 63.58%

R = 21.85%
G = 14.57%
B = 63.58%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#422CC0 (or 0x422CC0) is known color: Purple Heart. HEX triplet: 42, 2C and C0. RGB value is (66,44,192). Sum of RGB (Red+Green+Blue) = 66+44+192=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 192 (75.39% from 255 or 63.58% from 302); Max value from RGB is 192 - color contains mainly: blue. Hex color #422CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CC0 is #BDD33F. Grayscale: #424242. Windows color (decimal): -12440384 or 12594242. OLE color: 12594242.

HSL color Cylindrical-coordinate representation of color #422CC0: hue angle of 248.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422CC0 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 44 192 -
CMYK 0.66 0.77 0 0.25
HSL 248.92º 0.63% 0.46% -
HSV(B) 248.92º 0.77% 0.75% -
XYZ 12.66 6.77 50.51 -
YUV 67.45 198.29 126.97 -
System Red Green Blue C M Y K H S L
Decimal 66 44 192 0.66 0.77 0 0.25 248.92 0.63 0.46
Hex 42 2C C0 42 4D 0 19 F9 3F 2E
Octal 102 54 300 102 115 0 31 371 77 56
Binary 1000010 101100 11000000 1000010 1001101 0 11001 11111001 111111 101110

Color Harmonies of #422CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422CC0

Black with #422CC0

Text Example


Text Example

White with #422CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,44,192); }

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

background-color css

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

 a { background-color: rgb(66,44,192); }

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

border-color css

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

 span { border-color: rgb(66,44,192); }

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