Html Css Color HEX #47154A Hot Purple

📋 copy color: '#47154A'

red 71 ◦ green 21 ◦ blue 74

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

Shades of Hot Purple #47154A

Tints of Hot Purple #47154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 44.58%

R = 42.77%
G = 12.65%
B = 44.58%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47154A (or 0x47154A) is known color: Hot Purple. HEX triplet: 47, 15 and 4A. RGB value is (71,21,74). Sum of RGB (Red+Green+Blue) = 71+21+74=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #47154A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47154A is #B8EAB5. Grayscale: #292929. Windows color (decimal): -12118710 or 4855111. OLE color: 4855111.

HSL color Cylindrical-coordinate representation of color #47154A: hue angle of 296.6º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47154A is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 21 74 -
CMYK 0.04 0.72 0 0.71
HSL 296.6º 0.56% 0.19% -
HSV(B) 296.6º 0.72% 0.29% -
XYZ 4.1 2.37 6.72 -
YUV 41.99 146.07 148.69 -
System Red Green Blue C M Y K H S L
Decimal 71 21 74 0.04 0.72 0 0.71 296.6 0.56 0.19
Hex 47 15 4A 4 48 0 47 129 38 13
Octal 107 25 112 4 110 0 107 451 70 23
Binary 1000111 10101 1001010 100 1001000 0 1000111 100101001 111000 10011

Color Harmonies of #47154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47154A

Black with #47154A

Text Example


Text Example

White with #47154A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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