Html Css Color HEX #47104E Hot Purple

📋 copy color: '#47104E'

red 71 ◦ green 16 ◦ blue 78

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

Shades of Hot Purple #47104E

Tints of Hot Purple #47104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.7%

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

R = 43.03%
G = 9.7%
B = 47.27%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47104E (or 0x47104E) is known color: Hot Purple. HEX triplet: 47, 10 and 4E. RGB value is (71,16,78). Sum of RGB (Red+Green+Blue) = 71+16+78=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #47104E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47104E is #B8EFB1. Grayscale: #272727. Windows color (decimal): -12119986 or 5115975. OLE color: 5115975.

HSL color Cylindrical-coordinate representation of color #47104E: hue angle of 293.23º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47104E is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 16 78 -
CMYK 0.09 0.79 0 0.69
HSL 293.23º 0.66% 0.18% -
HSV(B) 293.23º 0.79% 0.31% -
XYZ 4.16 2.26 7.42 -
YUV 39.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 71 16 78 0.09 0.79 0 0.69 293.23 0.66 0.18
Hex 47 10 4E 9 4F 0 45 125 42 12
Octal 107 20 116 11 117 0 105 445 102 22
Binary 1000111 10000 1001110 1001 1001111 0 1000101 100100101 1000010 10010

Color Harmonies of #47104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47104E

Black with #47104E

Text Example


Text Example

White with #47104E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47104E; }

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

 H1.HeaderClassName
 {
   color: #47104E;
 }
 .AnyTagClassName
 {
   color: #47104E;
 }
</style>

background-color css

<style>
 a { background-color: #47104E; }

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

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

border-color css

<style>
 span { border-color: #47104E; }

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

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