Html Css Color HEX #47134A Hot Purple

📋 copy color: '#47134A'

red 71 ◦ green 19 ◦ blue 74

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

Shades of Hot Purple #47134A

Tints of Hot Purple #47134A

RGB

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

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

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

R = 43.29%
G = 11.59%
B = 45.12%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47134A (or 0x47134A) is known color: Hot Purple. HEX triplet: 47, 13 and 4A. RGB value is (71,19,74). Sum of RGB (Red+Green+Blue) = 71+19+74=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #47134A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47134A is #B8ECB5. Grayscale: #282828. Windows color (decimal): -12119222 or 4854599. OLE color: 4854599.

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

Color convert

RGB 71 19 74 -
CMYK 0.04 0.74 0 0.71
HSL 296.73º 0.59% 0.18% -
HSV(B) 296.73º 0.74% 0.29% -
XYZ 4.07 2.3 6.71 -
YUV 40.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 71 19 74 0.04 0.74 0 0.71 296.73 0.59 0.18
Hex 47 13 4A 4 4A 0 47 129 3B 12
Octal 107 23 112 4 112 0 107 451 73 22
Binary 1000111 10011 1001010 100 1001010 0 1000111 100101001 111011 10010

Color Harmonies of #47134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47134A

Black with #47134A

Text Example


Text Example

White with #47134A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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