Html Css Color HEX #47304C Hot Purple

📋 copy color: '#47304C'

red 71 ◦ green 48 ◦ blue 76

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

Shades of Hot Purple #47304C

Tints of Hot Purple #47304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 36.41%
G = 24.62%
B = 38.97%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47304C (or 0x47304C) is known color: Hot Purple. HEX triplet: 47, 30 and 4C. RGB value is (71,48,76). Sum of RGB (Red+Green+Blue) = 71+48+76=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #47304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47304C is #B8CFB3. Grayscale: #393939. Windows color (decimal): -12111796 or 4993095. OLE color: 4993095.

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

Color convert

RGB 71 48 76 -
CMYK 0.07 0.37 0 0.70
HSL 289.29º 0.23% 0.24% -
HSV(B) 289.29º 0.37% 0.3% -
XYZ 4.96 3.98 7.34 -
YUV 58.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 71 48 76 0.07 0.37 0 0.70 289.29 0.23 0.24
Hex 47 30 4C 7 25 0 46 121 17 18
Octal 107 60 114 7 45 0 106 441 27 30
Binary 1000111 110000 1001100 111 100101 0 1000110 100100001 10111 11000

Color Harmonies of #47304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47304C

Black with #47304C

Text Example


Text Example

White with #47304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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