Html Css Color HEX #47194C Hot Purple

📋 copy color: '#47194C'

red 71 ◦ green 25 ◦ blue 76

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

Shades of Hot Purple #47194C

Tints of Hot Purple #47194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.53%

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

R = 41.28%
G = 14.53%
B = 44.19%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47194C (or 0x47194C) is known color: Hot Purple. HEX triplet: 47, 19 and 4C. RGB value is (71,25,76). Sum of RGB (Red+Green+Blue) = 71+25+76=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #47194C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47194C is #B8E6B3. Grayscale: #2C2C2C. Windows color (decimal): -12117684 or 4987207. OLE color: 4987207.

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

Color convert

RGB 71 25 76 -
CMYK 0.07 0.67 0 0.70
HSL 294.12º 0.5% 0.2% -
HSV(B) 294.12º 0.67% 0.3% -
XYZ 4.25 2.56 7.11 -
YUV 44.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 71 25 76 0.07 0.67 0 0.70 294.12 0.5 0.2
Hex 47 19 4C 7 43 0 46 126 32 14
Octal 107 31 114 7 103 0 106 446 62 24
Binary 1000111 11001 1001100 111 1000011 0 1000110 100100110 110010 10100

Color Harmonies of #47194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47194C

Black with #47194C

Text Example


Text Example

White with #47194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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