Html Css Color HEX #47134F Hot Purple

📋 copy color: '#47134F'

red 71 ◦ green 19 ◦ blue 79

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

Shades of Hot Purple #47134F

Tints of Hot Purple #47134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 42.01%
G = 11.24%
B = 46.75%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47134F (or 0x47134F) is known color: Hot Purple. HEX triplet: 47, 13 and 4F. RGB value is (71,19,79). Sum of RGB (Red+Green+Blue) = 71+19+79=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #47134F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47134F is #B8ECB0. Grayscale: #292929. Windows color (decimal): -12119217 or 5182279. OLE color: 5182279.

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

Color convert

RGB 71 19 79 -
CMYK 0.10 0.76 0 0.69
HSL 292º 0.61% 0.19% -
HSV(B) 292º 0.76% 0.31% -
XYZ 4.24 2.37 7.63 -
YUV 41.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 71 19 79 0.10 0.76 0 0.69 292 0.61 0.19
Hex 47 13 4F A 4C 0 45 124 3D 13
Octal 107 23 117 12 114 0 105 444 75 23
Binary 1000111 10011 1001111 1010 1001100 0 1000101 100100100 111101 10011

Color Harmonies of #47134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47134F

Black with #47134F

Text Example


Text Example

White with #47134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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