Html Css Color HEX #422FC8 Purple Heart

📋 copy color: '#422FC8'

red 66 ◦ green 47 ◦ blue 200

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

Shades of Purple Heart #422FC8

Tints of Purple Heart #422FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 63.9%

R = 21.09%
G = 15.02%
B = 63.9%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#422FC8 (or 0x422FC8) is known color: Purple Heart. HEX triplet: 42, 2F and C8. RGB value is (66,47,200). Sum of RGB (Red+Green+Blue) = 66+47+200=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #422FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FC8 is #BDD037. Grayscale: #454545. Windows color (decimal): -12439608 or 13119298. OLE color: 13119298.

HSL color Cylindrical-coordinate representation of color #422FC8: hue angle of 247.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422FC8 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 47 200 -
CMYK 0.67 0.76 0 0.22
HSL 247.45º 0.62% 0.48% -
HSV(B) 247.45º 0.77% 0.78% -
XYZ 13.69 7.36 55.34 -
YUV 70.12 201.29 125.06 -
System Red Green Blue C M Y K H S L
Decimal 66 47 200 0.67 0.76 0 0.22 247.45 0.62 0.48
Hex 42 2F C8 43 4C 0 16 F7 3E 30
Octal 102 57 310 103 114 0 26 367 76 60
Binary 1000010 101111 11001000 1000011 1001100 0 10110 11110111 111110 110000

Color Harmonies of #422FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FC8

Black with #422FC8

Text Example


Text Example

White with #422FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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