Html Css Color HEX #422A46 Hot Purple

📋 copy color: '#422A46'

red 66 ◦ green 42 ◦ blue 70

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

Shades of Hot Purple #422A46

Tints of Hot Purple #422A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.33%

R = 37.08%
G = 23.6%
B = 39.33%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#422A46 (or 0x422A46) is known color: Hot Purple. HEX triplet: 42, 2A and 46. RGB value is (66,42,70). Sum of RGB (Red+Green+Blue) = 66+42+70=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #422A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A46 is #BDD5B9. Grayscale: #343434. Windows color (decimal): -12441018 or 4598338. OLE color: 4598338.

HSL color Cylindrical-coordinate representation of color #422A46: hue angle of 291.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #422A46 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 42 70 -
CMYK 0.06 0.40 0 0.73
HSL 291.43º 0.25% 0.22% -
HSV(B) 291.43º 0.4% 0.27% -
XYZ 4.18 3.26 6.2 -
YUV 52.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 66 42 70 0.06 0.40 0 0.73 291.43 0.25 0.22
Hex 42 2A 46 6 28 0 49 123 19 16
Octal 102 52 106 6 50 0 111 443 31 26
Binary 1000010 101010 1000110 110 101000 0 1001001 100100011 11001 10110

Color Harmonies of #422A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A46

Black with #422A46

Text Example


Text Example

White with #422A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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