Html Css Color HEX #47124C Hot Purple

📋 copy color: '#47124C'

red 71 ◦ green 18 ◦ blue 76

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

Shades of Hot Purple #47124C

Tints of Hot Purple #47124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.06%

R = 43.03%
G = 10.91%
B = 46.06%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47124C (or 0x47124C) is known color: Hot Purple. HEX triplet: 47, 12 and 4C. RGB value is (71,18,76). Sum of RGB (Red+Green+Blue) = 71+18+76=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 76 - color contains mainly: blue. Hex color #47124C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47124C is #B8EDB3. Grayscale: #282828. Windows color (decimal): -12119476 or 4985415. OLE color: 4985415.

HSL color Cylindrical-coordinate representation of color #47124C: hue angle of 294.83º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47124C is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 18 76 -
CMYK 0.07 0.76 0 0.70
HSL 294.83º 0.62% 0.18% -
HSV(B) 294.83º 0.76% 0.3% -
XYZ 4.12 2.29 7.06 -
YUV 40.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 71 18 76 0.07 0.76 0 0.70 294.83 0.62 0.18
Hex 47 12 4C 7 4C 0 46 127 3E 12
Octal 107 22 114 7 114 0 106 447 76 22
Binary 1000111 10010 1001100 111 1001100 0 1000110 100100111 111110 10010

Color Harmonies of #47124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47124C

Black with #47124C

Text Example


Text Example

White with #47124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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