Html Css Color HEX #502147 Loulou

📋 copy color: '#502147'

red 80 ◦ green 33 ◦ blue 71

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

Shades of Loulou #502147

Tints of Loulou #502147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 43.48%
G = 17.93%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#502147 (or 0x502147) is known color: Loulou. HEX triplet: 50, 21 and 47. RGB value is (80,33,71). Sum of RGB (Red+Green+Blue) = 80+33+71=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #502147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502147 is #AFDEB8. Grayscale: #333333. Windows color (decimal): -11525817 or 4661584. OLE color: 4661584.

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

Color convert

RGB 80 33 71 -
CMYK 0 0.59 0.11 0.69
HSL 311.49º 0.42% 0.22% -
HSV(B) 311.49º 0.59% 0.31% -
XYZ 4.99 3.25 6.33 -
YUV 51.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 80 33 71 0 0.59 0.11 0.69 311.49 0.42 0.22
Hex 50 21 47 0 3B B 45 137 2A 16
Octal 120 41 107 0 73 13 105 467 52 26
Binary 1010000 100001 1000111 0 111011 1011 1000101 100110111 101010 10110

Color Harmonies of #502147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502147

Black with #502147

Text Example


Text Example

White with #502147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502147; }

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

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

background-color css

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

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

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

border-color css

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

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

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