Html Css Color HEX #510E4A Loulou

📋 copy color: '#510E4A'

red 81 ◦ green 14 ◦ blue 74

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

Shades of Loulou #510E4A

Tints of Loulou #510E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.28%

 BLUE value IS 74 (29.3% from 255) = 43.79%

R = 47.93%
G = 8.28%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#510E4A (or 0x510E4A) is known color: Loulou. HEX triplet: 51, 0E and 4A. RGB value is (81,14,74). Sum of RGB (Red+Green+Blue) = 81+14+74=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #510E4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510E4A is #AEF1B5. Grayscale: #282828. Windows color (decimal): -11465142 or 4853329. OLE color: 4853329.

HSL color Cylindrical-coordinate representation of color #510E4A: hue angle of 306.27º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510E4A is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 14 74 -
CMYK 0 0.83 0.09 0.68
HSL 306.27º 0.71% 0.19% -
HSV(B) 306.27º 0.83% 0.32% -
XYZ 4.79 2.56 6.72 -
YUV 40.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 81 14 74 0 0.83 0.09 0.68 306.27 0.71 0.19
Hex 51 E 4A 0 53 9 44 132 47 13
Octal 121 16 112 0 123 11 104 462 107 23
Binary 1010001 1110 1001010 0 1010011 1001 1000100 100110010 1000111 10011

Color Harmonies of #510E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E4A

Black with #510E4A

Text Example


Text Example

White with #510E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510E4A; }

 p { color: rgb(81,14,74); }

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

background-color css

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

 a { background-color: rgb(81,14,74); }

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

border-color css

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

 span { border-color: rgb(81,14,74); }

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