Html Css Color HEX #47234C Hot Purple

📋 copy color: '#47234C'

red 71 ◦ green 35 ◦ blue 76

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

Shades of Hot Purple #47234C

Tints of Hot Purple #47234C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 39.01%
G = 19.23%
B = 41.76%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47234C (or 0x47234C) is known color: Hot Purple. HEX triplet: 47, 23 and 4C. RGB value is (71,35,76). Sum of RGB (Red+Green+Blue) = 71+35+76=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #47234C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47234C is #B8DCB3. Grayscale: #323232. Windows color (decimal): -12115124 or 4989767. OLE color: 4989767.

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

Color convert

RGB 71 35 76 -
CMYK 0.07 0.54 0 0.70
HSL 292.68º 0.37% 0.22% -
HSV(B) 292.68º 0.54% 0.3% -
XYZ 4.5 3.06 7.19 -
YUV 50.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 71 35 76 0.07 0.54 0 0.70 292.68 0.37 0.22
Hex 47 23 4C 7 36 0 46 125 25 16
Octal 107 43 114 7 66 0 106 445 45 26
Binary 1000111 100011 1001100 111 110110 0 1000110 100100101 100101 10110

Color Harmonies of #47234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47234C

Black with #47234C

Text Example


Text Example

White with #47234C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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