Html Css Color HEX #472F4D Hot Purple

📋 copy color: '#472F4D'

red 71 ◦ green 47 ◦ blue 77

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

Shades of Hot Purple #472F4D

Tints of Hot Purple #472F4D

RGB

 RED value IS 71 (28.13% from 255) = 36.41%

 GREEN value IS 47 (18.75% from 255) = 24.1%

 BLUE value IS 77 (30.47% from 255) = 39.49%

R = 36.41%
G = 24.1%
B = 39.49%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#472F4D (or 0x472F4D) is known color: Hot Purple. HEX triplet: 47, 2F and 4D. RGB value is (71,47,77). Sum of RGB (Red+Green+Blue) = 71+47+77=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #472F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F4D is #B8D0B2. Grayscale: #393939. Windows color (decimal): -12112051 or 5058375. OLE color: 5058375.

HSL color Cylindrical-coordinate representation of color #472F4D: hue angle of 288º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #472F4D is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 47 77 -
CMYK 0.08 0.39 0 0.70
HSL 288º 0.24% 0.24% -
HSV(B) 288º 0.39% 0.3% -
XYZ 4.95 3.91 7.51 -
YUV 57.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 71 47 77 0.08 0.39 0 0.70 288 0.24 0.24
Hex 47 2F 4D 8 27 0 46 120 18 18
Octal 107 57 115 10 47 0 106 440 30 30
Binary 1000111 101111 1001101 1000 100111 0 1000110 100100000 11000 11000

Color Harmonies of #472F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F4D

Black with #472F4D

Text Example


Text Example

White with #472F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472F4D; }

 p { color: rgb(71,47,77); }

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

background-color css

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

 a { background-color: rgb(71,47,77); }

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

border-color css

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

 span { border-color: rgb(71,47,77); }

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