Html Css Color HEX #422AC6 Purple Heart

📋 copy color: '#422AC6'

red 66 ◦ green 42 ◦ blue 198

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

Shades of Purple Heart #422AC6

Tints of Purple Heart #422AC6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

 BLUE value IS 198 (77.73% from 255) = 64.71%

R = 21.57%
G = 13.73%
B = 64.71%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#422AC6 (or 0x422AC6) is known color: Purple Heart. HEX triplet: 42, 2A and C6. RGB value is (66,42,198). Sum of RGB (Red+Green+Blue) = 66+42+198=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 198 (77.73% from 255 or 64.71% from 306); Max value from RGB is 198 - color contains mainly: blue. Hex color #422AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422AC6 is #BDD539. Grayscale: #424242. Windows color (decimal): -12440890 or 12986946. OLE color: 12986946.

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

Color convert

RGB 66 42 198 -
CMYK 0.67 0.79 0 0.22
HSL 249.23º 0.65% 0.47% -
HSV(B) 249.23º 0.79% 0.78% -
XYZ 13.27 6.89 54.06 -
YUV 66.96 201.95 127.32 -
System Red Green Blue C M Y K H S L
Decimal 66 42 198 0.67 0.79 0 0.22 249.23 0.65 0.47
Hex 42 2A C6 43 4F 0 16 F9 41 2F
Octal 102 52 306 103 117 0 26 371 101 57
Binary 1000010 101010 11000110 1000011 1001111 0 10110 11111001 1000001 101111

Color Harmonies of #422AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422AC6

Black with #422AC6

Text Example


Text Example

White with #422AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,42,198); }

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

background-color css

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

 a { background-color: rgb(66,42,198); }

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

border-color css

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

 span { border-color: rgb(66,42,198); }

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