Html Css Color HEX #422C46 Hot Purple

📋 copy color: '#422C46'

red 66 ◦ green 44 ◦ blue 70

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

Shades of Hot Purple #422C46

Tints of Hot Purple #422C46

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.44%

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

R = 36.67%
G = 24.44%
B = 38.89%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#422C46 (or 0x422C46) is known color: Hot Purple. HEX triplet: 42, 2C and 46. RGB value is (66,44,70). Sum of RGB (Red+Green+Blue) = 66+44+70=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 70 - color contains mainly: blue. Hex color #422C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C46 is #BDD3B9. Grayscale: #353535. Windows color (decimal): -12440506 or 4598850. OLE color: 4598850.

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

Color convert

RGB 66 44 70 -
CMYK 0.06 0.37 0 0.73
HSL 290.77º 0.23% 0.22% -
HSV(B) 290.77º 0.37% 0.27% -
XYZ 4.25 3.4 6.23 -
YUV 53.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 66 44 70 0.06 0.37 0 0.73 290.77 0.23 0.22
Hex 42 2C 46 6 25 0 49 123 17 16
Octal 102 54 106 6 45 0 111 443 27 26
Binary 1000010 101100 1000110 110 100101 0 1001001 100100011 10111 10110

Color Harmonies of #422C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C46

Black with #422C46

Text Example


Text Example

White with #422C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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