Html Css Color HEX #47194A Hot Purple

📋 copy color: '#47194A'

red 71 ◦ green 25 ◦ blue 74

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

Shades of Hot Purple #47194A

Tints of Hot Purple #47194A

RGB

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

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

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

R = 41.76%
G = 14.71%
B = 43.53%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47194A (or 0x47194A) is known color: Hot Purple. HEX triplet: 47, 19 and 4A. RGB value is (71,25,74). Sum of RGB (Red+Green+Blue) = 71+25+74=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #47194A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47194A is #B8E6B5. Grayscale: #2C2C2C. Windows color (decimal): -12117686 or 4856135. OLE color: 4856135.

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

Color convert

RGB 71 25 74 -
CMYK 0.04 0.66 0 0.71
HSL 296.33º 0.49% 0.19% -
HSV(B) 296.33º 0.66% 0.29% -
XYZ 4.18 2.53 6.75 -
YUV 44.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 71 25 74 0.04 0.66 0 0.71 296.33 0.49 0.19
Hex 47 19 4A 4 42 0 47 128 31 13
Octal 107 31 112 4 102 0 107 450 61 23
Binary 1000111 11001 1001010 100 1000010 0 1000111 100101000 110001 10011

Color Harmonies of #47194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47194A

Black with #47194A

Text Example


Text Example

White with #47194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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