Html Css Color HEX #422FC0 Purple Heart

📋 copy color: '#422FC0'

red 66 ◦ green 47 ◦ blue 192

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

Shades of Purple Heart #422FC0

Tints of Purple Heart #422FC0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

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

R = 21.64%
G = 15.41%
B = 62.95%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#422FC0 (or 0x422FC0) is known color: Purple Heart. HEX triplet: 42, 2F and C0. RGB value is (66,47,192). Sum of RGB (Red+Green+Blue) = 66+47+192=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #422FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FC0 is #BDD03F. Grayscale: #444444. Windows color (decimal): -12439616 or 12595010. OLE color: 12595010.

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

Color convert

RGB 66 47 192 -
CMYK 0.66 0.76 0 0.25
HSL 247.86º 0.61% 0.47% -
HSV(B) 247.86º 0.76% 0.75% -
XYZ 12.78 7 50.55 -
YUV 69.21 197.29 125.71 -
System Red Green Blue C M Y K H S L
Decimal 66 47 192 0.66 0.76 0 0.25 247.86 0.61 0.47
Hex 42 2F C0 42 4C 0 19 F8 3D 2F
Octal 102 57 300 102 114 0 31 370 75 57
Binary 1000010 101111 11000000 1000010 1001100 0 11001 11111000 111101 101111

Color Harmonies of #422FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FC0

Black with #422FC0

Text Example


Text Example

White with #422FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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