Html Css Color HEX #422747 Hot Purple

📋 copy color: '#422747'

red 66 ◦ green 39 ◦ blue 71

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

Shades of Hot Purple #422747

Tints of Hot Purple #422747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

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

R = 37.5%
G = 22.16%
B = 40.34%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#422747 (or 0x422747) is known color: Hot Purple. HEX triplet: 42, 27 and 47. RGB value is (66,39,71). Sum of RGB (Red+Green+Blue) = 66+39+71=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 71 - color contains mainly: blue. Hex color #422747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422747 is #BDD8B8. Grayscale: #323232. Windows color (decimal): -12441785 or 4663106. OLE color: 4663106.

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

Color convert

RGB 66 39 71 -
CMYK 0.07 0.45 0 0.72
HSL 290.63º 0.29% 0.22% -
HSV(B) 290.63º 0.45% 0.28% -
XYZ 4.11 3.06 6.34 -
YUV 50.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 66 39 71 0.07 0.45 0 0.72 290.63 0.29 0.22
Hex 42 27 47 7 2D 0 48 123 1D 16
Octal 102 47 107 7 55 0 110 443 35 26
Binary 1000010 100111 1000111 111 101101 0 1001000 100100011 11101 10110

Color Harmonies of #422747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422747

Black with #422747

Text Example


Text Example

White with #422747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422747; }

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

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

background-color css

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

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

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

border-color css

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

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

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