Html Css Color HEX #422347 Hot Purple

📋 copy color: '#422347'

red 66 ◦ green 35 ◦ blue 71

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

Shades of Hot Purple #422347

Tints of Hot Purple #422347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 38.37%
G = 20.35%
B = 41.28%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422347 (or 0x422347) is known color: Hot Purple. HEX triplet: 42, 23 and 47. RGB value is (66,35,71). Sum of RGB (Red+Green+Blue) = 66+35+71=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #422347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422347 is #BDDCB8. Grayscale: #303030. Windows color (decimal): -12442809 or 4662082. OLE color: 4662082.

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

Color convert

RGB 66 35 71 -
CMYK 0.07 0.51 0 0.72
HSL 291.67º 0.34% 0.21% -
HSV(B) 291.67º 0.51% 0.28% -
XYZ 3.99 2.82 6.29 -
YUV 48.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 66 35 71 0.07 0.51 0 0.72 291.67 0.34 0.21
Hex 42 23 47 7 33 0 48 124 22 15
Octal 102 43 107 7 63 0 110 444 42 25
Binary 1000010 100011 1000111 111 110011 0 1001000 100100100 100010 10101

Color Harmonies of #422347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422347

Black with #422347

Text Example


Text Example

White with #422347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422347; }

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

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

background-color css

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

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

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

border-color css

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

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

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