Html Css Color HEX #501148 Loulou

📋 copy color: '#501148'

red 80 ◦ green 17 ◦ blue 72

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

Shades of Loulou #501148

Tints of Loulou #501148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.06%

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 47.34%
G = 10.06%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#501148 (or 0x501148) is known color: Loulou. HEX triplet: 50, 11 and 48. RGB value is (80,17,72). Sum of RGB (Red+Green+Blue) = 80+17+72=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #501148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501148 is #AFEEB7. Grayscale: #292929. Windows color (decimal): -11529912 or 4723024. OLE color: 4723024.

HSL color Cylindrical-coordinate representation of color #501148: hue angle of 307.62º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501148 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 72 -
CMYK 0 0.79 0.10 0.69
HSL 307.62º 0.65% 0.19% -
HSV(B) 307.62º 0.79% 0.31% -
XYZ 4.68 2.57 6.38 -
YUV 42.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 80 17 72 0 0.79 0.10 0.69 307.62 0.65 0.19
Hex 50 11 48 0 4F A 45 134 41 13
Octal 120 21 110 0 117 12 105 464 101 23
Binary 1010000 10001 1001000 0 1001111 1010 1000101 100110100 1000001 10011

Color Harmonies of #501148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501148

Black with #501148

Text Example


Text Example

White with #501148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501148; }

 p { color: rgb(80,17,72); }

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

background-color css

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

 a { background-color: rgb(80,17,72); }

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

border-color css

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

 span { border-color: rgb(80,17,72); }

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