Html Css Color HEX #422FC7 Purple Heart

📋 copy color: '#422FC7'

red 66 ◦ green 47 ◦ blue 199

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

Shades of Purple Heart #422FC7

Tints of Purple Heart #422FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 63.78%

R = 21.15%
G = 15.06%
B = 63.78%

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

#422FC7 (or 0x422FC7) is known color: Purple Heart. HEX triplet: 42, 2F and C7. RGB value is (66,47,199). Sum of RGB (Red+Green+Blue) = 66+47+199=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 199 (78.12% from 255 or 63.78% from 312); Max value from RGB is 199 - color contains mainly: blue. Hex color #422FC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422FC7 is #BDD038. Grayscale: #454545. Windows color (decimal): -12439609 or 13053762. OLE color: 13053762.

HSL color Cylindrical-coordinate representation of color #422FC7: hue angle of 247.5º 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 #422FC7 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 47 199 -
CMYK 0.67 0.76 0 0.22
HSL 247.5º 0.62% 0.48% -
HSV(B) 247.5º 0.76% 0.78% -
XYZ 13.57 7.31 54.73 -
YUV 70.01 200.79 125.14 -
System Red Green Blue C M Y K H S L
Decimal 66 47 199 0.67 0.76 0 0.22 247.5 0.62 0.48
Hex 42 2F C7 43 4C 0 16 F8 3E 30
Octal 102 57 307 103 114 0 26 370 76 60
Binary 1000010 101111 11000111 1000011 1001100 0 10110 11111000 111110 110000

Color Harmonies of #422FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422FC7

Black with #422FC7

Text Example


Text Example

White with #422FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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