Html Css Color HEX #47054D Hot Purple

📋 copy color: '#47054D'

red 71 ◦ green 5 ◦ blue 77

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

Shades of Hot Purple #47054D

Tints of Hot Purple #47054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

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

R = 46.41%
G = 3.27%
B = 50.33%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47054D (or 0x47054D) is known color: Hot Purple. HEX triplet: 47, 05 and 4D. RGB value is (71,5,77). Sum of RGB (Red+Green+Blue) = 71+5+77=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #47054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47054D is #B8FAB2. Grayscale: #202020. Windows color (decimal): -12122803 or 5047623. OLE color: 5047623.

HSL color Cylindrical-coordinate representation of color #47054D: hue angle of 295º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47054D is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 5 77 -
CMYK 0.08 0.94 0 0.70
HSL 295º 0.88% 0.16% -
HSV(B) 295º 0.94% 0.3% -
XYZ 3.99 1.98 7.19 -
YUV 32.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 71 5 77 0.08 0.94 0 0.70 295 0.88 0.16
Hex 47 5 4D 8 5E 0 46 127 58 10
Octal 107 5 115 10 136 0 106 447 130 20
Binary 1000111 101 1001101 1000 1011110 0 1000110 100100111 1011000 10000

Color Harmonies of #47054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47054D

Black with #47054D

Text Example


Text Example

White with #47054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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