Html Css Color HEX #47124E Hot Purple

📋 copy color: '#47124E'

red 71 ◦ green 18 ◦ blue 78

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

Shades of Hot Purple #47124E

Tints of Hot Purple #47124E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.71%

R = 42.51%
G = 10.78%
B = 46.71%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#47124E (or 0x47124E) is known color: Hot Purple. HEX triplet: 47, 12 and 4E. RGB value is (71,18,78). Sum of RGB (Red+Green+Blue) = 71+18+78=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 78 - color contains mainly: blue. Hex color #47124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47124E is #B8EDB1. Grayscale: #282828. Windows color (decimal): -12119474 or 5116487. OLE color: 5116487.

HSL color Cylindrical-coordinate representation of color #47124E: hue angle of 293º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47124E is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 18 78 -
CMYK 0.09 0.77 0 0.69
HSL 293º 0.63% 0.19% -
HSV(B) 293º 0.77% 0.31% -
XYZ 4.19 2.32 7.44 -
YUV 40.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 71 18 78 0.09 0.77 0 0.69 293 0.63 0.19
Hex 47 12 4E 9 4D 0 45 125 3E 13
Octal 107 22 116 11 115 0 105 445 76 23
Binary 1000111 10010 1001110 1001 1001101 0 1000101 100100101 111110 10011

Color Harmonies of #47124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47124E

Black with #47124E

Text Example


Text Example

White with #47124E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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