Html Css Color HEX #47154E Hot Purple

📋 copy color: '#47154E'

red 71 ◦ green 21 ◦ blue 78

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

Shades of Hot Purple #47154E

Tints of Hot Purple #47154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 41.76%
G = 12.35%
B = 45.88%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47154E (or 0x47154E) is known color: Hot Purple. HEX triplet: 47, 15 and 4E. RGB value is (71,21,78). Sum of RGB (Red+Green+Blue) = 71+21+78=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #47154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47154E is #B8EAB1. Grayscale: #2A2A2A. Windows color (decimal): -12118706 or 5117255. OLE color: 5117255.

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

Color convert

RGB 71 21 78 -
CMYK 0.09 0.73 0 0.69
HSL 292.63º 0.58% 0.19% -
HSV(B) 292.63º 0.73% 0.31% -
XYZ 4.24 2.43 7.45 -
YUV 42.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 71 21 78 0.09 0.73 0 0.69 292.63 0.58 0.19
Hex 47 15 4E 9 49 0 45 125 3A 13
Octal 107 25 116 11 111 0 105 445 72 23
Binary 1000111 10101 1001110 1001 1001001 0 1000101 100100101 111010 10011

Color Harmonies of #47154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47154E

Black with #47154E

Text Example


Text Example

White with #47154E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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