Html Css Color HEX #501647 Loulou

📋 copy color: '#501647'

red 80 ◦ green 22 ◦ blue 71

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

Shades of Loulou #501647

Tints of Loulou #501647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

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

R = 46.24%
G = 12.72%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#501647 (or 0x501647) is known color: Loulou. HEX triplet: 50, 16 and 47. RGB value is (80,22,71). Sum of RGB (Red+Green+Blue) = 80+22+71=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #501647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501647 is #AFE9B8. Grayscale: #2C2C2C. Windows color (decimal): -11528633 or 4658768. OLE color: 4658768.

HSL color Cylindrical-coordinate representation of color #501647: hue angle of 309.31º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501647 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 71 -
CMYK 0 0.72 0.11 0.69
HSL 309.31º 0.57% 0.2% -
HSV(B) 309.31º 0.73% 0.31% -
XYZ 4.73 2.73 6.24 -
YUV 44.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 80 22 71 0 0.72 0.11 0.69 309.31 0.57 0.2
Hex 50 16 47 0 48 B 45 135 39 14
Octal 120 26 107 0 110 13 105 465 71 24
Binary 1010000 10110 1000111 0 1001000 1011 1000101 100110101 111001 10100

Color Harmonies of #501647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501647

Black with #501647

Text Example


Text Example

White with #501647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501647; }

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

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

background-color css

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

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

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

border-color css

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

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

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