Html Css Color HEX #501047 Loulou

📋 copy color: '#501047'

red 80 ◦ green 16 ◦ blue 71

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

Shades of Loulou #501047

Tints of Loulou #501047

RGB

 RED value IS 80 (31.64% from 255) = 47.9%

 GREEN value IS 16 (6.64% from 255) = 9.58%

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

R = 47.9%
G = 9.58%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#501047 (or 0x501047) is known color: Loulou. HEX triplet: 50, 10 and 47. RGB value is (80,16,71). Sum of RGB (Red+Green+Blue) = 80+16+71=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #501047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501047 is #AFEFB8. Grayscale: #292929. Windows color (decimal): -11530169 or 4657232. OLE color: 4657232.

HSL color Cylindrical-coordinate representation of color #501047: hue angle of 308.44º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501047 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 71 -
CMYK 0 0.80 0.11 0.69
HSL 308.44º 0.67% 0.19% -
HSV(B) 308.44º 0.8% 0.31% -
XYZ 4.63 2.53 6.21 -
YUV 41.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 80 16 71 0 0.80 0.11 0.69 308.44 0.67 0.19
Hex 50 10 47 0 50 B 45 134 43 13
Octal 120 20 107 0 120 13 105 464 103 23
Binary 1010000 10000 1000111 0 1010000 1011 1000101 100110100 1000011 10011

Color Harmonies of #501047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501047

Black with #501047

Text Example


Text Example

White with #501047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501047; }

 p { color: rgb(80,16,71); }

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

background-color css

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

 a { background-color: rgb(80,16,71); }

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

border-color css

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

 span { border-color: rgb(80,16,71); }

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