Html Css Color HEX #472F4E Hot Purple

📋 copy color: '#472F4E'

red 71 ◦ green 47 ◦ blue 78

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

Shades of Hot Purple #472F4E

Tints of Hot Purple #472F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39.8%

R = 36.22%
G = 23.98%
B = 39.8%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#472F4E (or 0x472F4E) is known color: Hot Purple. HEX triplet: 47, 2F and 4E. RGB value is (71,47,78). Sum of RGB (Red+Green+Blue) = 71+47+78=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #472F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F4E is #B8D0B1. Grayscale: #393939. Windows color (decimal): -12112050 or 5123911. OLE color: 5123911.

HSL color Cylindrical-coordinate representation of color #472F4E: hue angle of 286.45º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #472F4E is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 47 78 -
CMYK 0.09 0.40 0 0.69
HSL 286.45º 0.25% 0.25% -
HSV(B) 286.45º 0.4% 0.31% -
XYZ 4.99 3.92 7.7 -
YUV 57.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 71 47 78 0.09 0.40 0 0.69 286.45 0.25 0.25
Hex 47 2F 4E 9 28 0 45 11E 19 19
Octal 107 57 116 11 50 0 105 436 31 31
Binary 1000111 101111 1001110 1001 101000 0 1000101 100011110 11001 11001

Color Harmonies of #472F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F4E

Black with #472F4E

Text Example


Text Example

White with #472F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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