Html Css Color HEX #47234D Hot Purple

📋 copy color: '#47234D'

red 71 ◦ green 35 ◦ blue 77

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

Shades of Hot Purple #47234D

Tints of Hot Purple #47234D

RGB

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

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

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

R = 38.8%
G = 19.13%
B = 42.08%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47234D (or 0x47234D) is known color: Hot Purple. HEX triplet: 47, 23 and 4D. RGB value is (71,35,77). Sum of RGB (Red+Green+Blue) = 71+35+77=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 77 - color contains mainly: blue. Hex color #47234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47234D is #B8DCB2. Grayscale: #323232. Windows color (decimal): -12115123 or 5055303. OLE color: 5055303.

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

Color convert

RGB 71 35 77 -
CMYK 0.08 0.55 0 0.70
HSL 291.43º 0.38% 0.22% -
HSV(B) 291.43º 0.55% 0.3% -
XYZ 4.54 3.08 7.38 -
YUV 50.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 71 35 77 0.08 0.55 0 0.70 291.43 0.38 0.22
Hex 47 23 4D 8 37 0 46 123 26 16
Octal 107 43 115 10 67 0 106 443 46 26
Binary 1000111 100011 1001101 1000 110111 0 1000110 100100011 100110 10110

Color Harmonies of #47234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47234D

Black with #47234D

Text Example


Text Example

White with #47234D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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