Html Css Color HEX #422146 Hot Purple

📋 copy color: '#422146'

red 66 ◦ green 33 ◦ blue 70

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

Shades of Hot Purple #422146

Tints of Hot Purple #422146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.53%

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

R = 39.05%
G = 19.53%
B = 41.42%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#422146 (or 0x422146) is known color: Hot Purple. HEX triplet: 42, 21 and 46. RGB value is (66,33,70). Sum of RGB (Red+Green+Blue) = 66+33+70=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #422146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422146 is #BDDEB9. Grayscale: #2E2E2E. Windows color (decimal): -12443322 or 4596034. OLE color: 4596034.

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

Color convert

RGB 66 33 70 -
CMYK 0.06 0.53 0 0.73
HSL 293.51º 0.36% 0.2% -
HSV(B) 293.51º 0.53% 0.27% -
XYZ 3.9 2.69 6.11 -
YUV 47.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 66 33 70 0.06 0.53 0 0.73 293.51 0.36 0.2
Hex 42 21 46 6 35 0 49 126 24 14
Octal 102 41 106 6 65 0 111 446 44 24
Binary 1000010 100001 1000110 110 110101 0 1001001 100100110 100100 10100

Color Harmonies of #422146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422146

Black with #422146

Text Example


Text Example

White with #422146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422146; }

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

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

background-color css

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

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

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

border-color css

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

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

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