Html Css Color HEX #511047 Loulou

📋 copy color: '#511047'

red 81 ◦ green 16 ◦ blue 71

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

Shades of Loulou #511047

Tints of Loulou #511047

RGB

 RED value IS 81 (32.03% from 255) = 48.21%

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 48.21%
G = 9.52%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#511047 (or 0x511047) is known color: Loulou. HEX triplet: 51, 10 and 47. RGB value is (81,16,71). Sum of RGB (Red+Green+Blue) = 81+16+71=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #511047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511047 is #AEEFB8. Grayscale: #292929. Windows color (decimal): -11464633 or 4657233. OLE color: 4657233.

HSL color Cylindrical-coordinate representation of color #511047: hue angle of 309.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511047 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 71 -
CMYK 0 0.80 0.12 0.68
HSL 309.23º 0.67% 0.19% -
HSV(B) 309.23º 0.8% 0.32% -
XYZ 4.72 2.57 6.21 -
YUV 41.71 144.53 156.03 -
System Red Green Blue C M Y K H S L
Decimal 81 16 71 0 0.80 0.12 0.68 309.23 0.67 0.19
Hex 51 10 47 0 50 C 44 135 43 13
Octal 121 20 107 0 120 14 104 465 103 23
Binary 1010001 10000 1000111 0 1010000 1100 1000100 100110101 1000011 10011

Color Harmonies of #511047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511047

Black with #511047

Text Example


Text Example

White with #511047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511047; }

 p { color: rgb(81,16,71); }

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

background-color css

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

 a { background-color: rgb(81,16,71); }

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

border-color css

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

 span { border-color: rgb(81,16,71); }

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