Html Css Color HEX #422DC0 Purple Heart

📋 copy color: '#422DC0'

red 66 ◦ green 45 ◦ blue 192

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

Shades of Purple Heart #422DC0

Tints of Purple Heart #422DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

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

R = 21.78%
G = 14.85%
B = 63.37%

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

#422DC0 (or 0x422DC0) is known color: Purple Heart. HEX triplet: 42, 2D and C0. RGB value is (66,45,192). Sum of RGB (Red+Green+Blue) = 66+45+192=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #422DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DC0 is #BDD23F. Grayscale: #434343. Windows color (decimal): -12440128 or 12594498. OLE color: 12594498.

HSL color Cylindrical-coordinate representation of color #422DC0: hue angle of 248.57º degrees, saturation: 0.62, 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 #422DC0 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 45 192 -
CMYK 0.66 0.77 0 0.25
HSL 248.57º 0.62% 0.46% -
HSV(B) 248.57º 0.77% 0.75% -
XYZ 12.7 6.84 50.52 -
YUV 68.04 197.96 126.55 -
System Red Green Blue C M Y K H S L
Decimal 66 45 192 0.66 0.77 0 0.25 248.57 0.62 0.46
Hex 42 2D C0 42 4D 0 19 F9 3E 2E
Octal 102 55 300 102 115 0 31 371 76 56
Binary 1000010 101101 11000000 1000010 1001101 0 11001 11111001 111110 101110

Color Harmonies of #422DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DC0

Black with #422DC0

Text Example


Text Example

White with #422DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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