Html Css Color HEX #422047 Hot Purple

📋 copy color: '#422047'

red 66 ◦ green 32 ◦ blue 71

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

Shades of Hot Purple #422047

Tints of Hot Purple #422047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

 BLUE value IS 71 (28.13% from 255) = 42.01%

R = 39.05%
G = 18.93%
B = 42.01%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422047 (or 0x422047) is known color: Hot Purple. HEX triplet: 42, 20 and 47. RGB value is (66,32,71). Sum of RGB (Red+Green+Blue) = 66+32+71=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #422047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422047 is #BDDFB8. Grayscale: #2E2E2E. Windows color (decimal): -12443577 or 4661314. OLE color: 4661314.

HSL color Cylindrical-coordinate representation of color #422047: hue angle of 292.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422047 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 32 71 -
CMYK 0.07 0.55 0 0.72
HSL 292.31º 0.38% 0.2% -
HSV(B) 292.31º 0.55% 0.28% -
XYZ 3.9 2.65 6.27 -
YUV 46.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 66 32 71 0.07 0.55 0 0.72 292.31 0.38 0.2
Hex 42 20 47 7 37 0 48 124 26 14
Octal 102 40 107 7 67 0 110 444 46 24
Binary 1000010 100000 1000111 111 110111 0 1001000 100100100 100110 10100

Color Harmonies of #422047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422047

Black with #422047

Text Example


Text Example

White with #422047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422047; }

 p { color: rgb(66,32,71); }

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

background-color css

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

 a { background-color: rgb(66,32,71); }

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

border-color css

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

 span { border-color: rgb(66,32,71); }

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