Html Css Color HEX #47014C Mardi Gras

📋 copy color: '#47014C'

red 71 ◦ green 1 ◦ blue 76

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

Shades of Mardi Gras #47014C

Tints of Mardi Gras #47014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 47.97%
G = 0.68%
B = 51.35%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47014C (or 0x47014C) is known color: Mardi Gras. HEX triplet: 47, 01 and 4C. RGB value is (71,1,76). Sum of RGB (Red+Green+Blue) = 71+1+76=148 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.97% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #47014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47014C is #B8FEB3. Grayscale: #1E1E1E. Windows color (decimal): -12123828 or 4981063. OLE color: 4981063.

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

Color convert

RGB 71 1 76 -
CMYK 0.07 0.99 0 0.70
HSL 296º 0.97% 0.15% -
HSV(B) 296º 0.99% 0.3% -
XYZ 3.91 1.88 6.99 -
YUV 30.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 71 1 76 0.07 0.99 0 0.70 296 0.97 0.15
Hex 47 1 4C 7 63 0 46 128 61 F
Octal 107 1 114 7 143 0 106 450 141 17
Binary 1000111 1 1001100 111 1100011 0 1000110 100101000 1100001 1111

Color Harmonies of #47014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47014C

Black with #47014C

Text Example


Text Example

White with #47014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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