Html Css Color HEX #47154F Hot Purple

📋 copy color: '#47154F'

red 71 ◦ green 21 ◦ blue 79

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

Shades of Hot Purple #47154F

Tints of Hot Purple #47154F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 46.2%

R = 41.52%
G = 12.28%
B = 46.2%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47154F (or 0x47154F) is known color: Hot Purple. HEX triplet: 47, 15 and 4F. RGB value is (71,21,79). Sum of RGB (Red+Green+Blue) = 71+21+79=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #47154F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47154F is #B8EAB0. Grayscale: #2A2A2A. Windows color (decimal): -12118705 or 5182791. OLE color: 5182791.

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

Color convert

RGB 71 21 79 -
CMYK 0.10 0.73 0 0.69
HSL 291.72º 0.58% 0.2% -
HSV(B) 291.72º 0.73% 0.31% -
XYZ 4.28 2.44 7.64 -
YUV 42.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 71 21 79 0.10 0.73 0 0.69 291.72 0.58 0.2
Hex 47 15 4F A 49 0 45 124 3A 14
Octal 107 25 117 12 111 0 105 444 72 24
Binary 1000111 10101 1001111 1010 1001001 0 1000101 100100100 111010 10100

Color Harmonies of #47154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47154F

Black with #47154F

Text Example


Text Example

White with #47154F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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