Html Css Color HEX #422446 Hot Purple

📋 copy color: '#422446'

red 66 ◦ green 36 ◦ blue 70

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

Shades of Hot Purple #422446

Tints of Hot Purple #422446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.93%

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

R = 38.37%
G = 20.93%
B = 40.7%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#422446 (or 0x422446) is known color: Hot Purple. HEX triplet: 42, 24 and 46. RGB value is (66,36,70). Sum of RGB (Red+Green+Blue) = 66+36+70=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #422446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422446 is #BDDBB9. Grayscale: #303030. Windows color (decimal): -12442554 or 4596802. OLE color: 4596802.

HSL color Cylindrical-coordinate representation of color #422446: hue angle of 292.94º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #422446 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 36 70 -
CMYK 0.06 0.49 0 0.73
HSL 292.94º 0.32% 0.21% -
HSV(B) 292.94º 0.49% 0.27% -
XYZ 3.98 2.86 6.14 -
YUV 48.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 66 36 70 0.06 0.49 0 0.73 292.94 0.32 0.21
Hex 42 24 46 6 31 0 49 125 20 15
Octal 102 44 106 6 61 0 111 445 40 25
Binary 1000010 100100 1000110 110 110001 0 1001001 100100101 100000 10101

Color Harmonies of #422446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422446

Black with #422446

Text Example


Text Example

White with #422446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422446; }

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

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

background-color css

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

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

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

border-color css

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

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

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