Html Css Color HEX #502047 Loulou

📋 copy color: '#502047'

red 80 ◦ green 32 ◦ blue 71

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

Shades of Loulou #502047

Tints of Loulou #502047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

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

R = 43.72%
G = 17.49%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#502047 (or 0x502047) is known color: Loulou. HEX triplet: 50, 20 and 47. RGB value is (80,32,71). Sum of RGB (Red+Green+Blue) = 80+32+71=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #502047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502047 is #AFDFB8. Grayscale: #323232. Windows color (decimal): -11526073 or 4661328. OLE color: 4661328.

HSL color Cylindrical-coordinate representation of color #502047: hue angle of 311.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502047 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 71 -
CMYK 0 0.60 0.11 0.69
HSL 311.25º 0.43% 0.22% -
HSV(B) 311.25º 0.6% 0.31% -
XYZ 4.96 3.19 6.32 -
YUV 50.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 80 32 71 0 0.60 0.11 0.69 311.25 0.43 0.22
Hex 50 20 47 0 3C B 45 137 2B 16
Octal 120 40 107 0 74 13 105 467 53 26
Binary 1010000 100000 1000111 0 111100 1011 1000101 100110111 101011 10110

Color Harmonies of #502047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502047

Black with #502047

Text Example


Text Example

White with #502047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502047; }

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

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

background-color css

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

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

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

border-color css

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

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

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