Html Css Color HEX #501F4C Loulou

📋 copy color: '#501F4C'

red 80 ◦ green 31 ◦ blue 76

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

Shades of Loulou #501F4C

Tints of Loulou #501F4C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.58%

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

R = 42.78%
G = 16.58%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#501F4C (or 0x501F4C) is known color: Loulou. HEX triplet: 50, 1F and 4C. RGB value is (80,31,76). Sum of RGB (Red+Green+Blue) = 80+31+76=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #501F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F4C is #AFE0B3. Grayscale: #323232. Windows color (decimal): -11526324 or 4988752. OLE color: 4988752.

HSL color Cylindrical-coordinate representation of color #501F4C: hue angle of 304.9º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #501F4C is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 31 76 -
CMYK 0 0.61 0.05 0.69
HSL 304.9º 0.44% 0.22% -
HSV(B) 304.9º 0.61% 0.31% -
XYZ 5.1 3.21 7.19 -
YUV 50.78 142.23 148.84 -
System Red Green Blue C M Y K H S L
Decimal 80 31 76 0 0.61 0.05 0.69 304.9 0.44 0.22
Hex 50 1F 4C 0 3D 5 45 131 2C 16
Octal 120 37 114 0 75 5 105 461 54 26
Binary 1010000 11111 1001100 0 111101 101 1000101 100110001 101100 10110

Color Harmonies of #501F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F4C

Black with #501F4C

Text Example


Text Example

White with #501F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501F4C; }

 p { color: rgb(80,31,76); }

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

background-color css

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

 a { background-color: rgb(80,31,76); }

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

border-color css

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

 span { border-color: rgb(80,31,76); }

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