Html Css Color HEX #47124A Hot Purple

📋 copy color: '#47124A'

red 71 ◦ green 18 ◦ blue 74

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

Shades of Hot Purple #47124A

Tints of Hot Purple #47124A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.04%

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

R = 43.56%
G = 11.04%
B = 45.4%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47124A (or 0x47124A) is known color: Hot Purple. HEX triplet: 47, 12 and 4A. RGB value is (71,18,74). Sum of RGB (Red+Green+Blue) = 71+18+74=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 74 (29.30% from 255 or 45.40% from 163); Max value from RGB is 74 - color contains mainly: blue. Hex color #47124A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47124A is #B8EDB5. Grayscale: #282828. Windows color (decimal): -12119478 or 4854343. OLE color: 4854343.

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

Color convert

RGB 71 18 74 -
CMYK 0.04 0.76 0 0.71
HSL 296.79º 0.61% 0.18% -
HSV(B) 296.79º 0.76% 0.29% -
XYZ 4.05 2.27 6.7 -
YUV 40.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 71 18 74 0.04 0.76 0 0.71 296.79 0.61 0.18
Hex 47 12 4A 4 4C 0 47 129 3D 12
Octal 107 22 112 4 114 0 107 451 75 22
Binary 1000111 10010 1001010 100 1001100 0 1000111 100101001 111101 10010

Color Harmonies of #47124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47124A

Black with #47124A

Text Example


Text Example

White with #47124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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