Html Css Color HEX #510F4A Loulou

📋 copy color: '#510F4A'

red 81 ◦ green 15 ◦ blue 74

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

Shades of Loulou #510F4A

Tints of Loulou #510F4A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.82%

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

R = 47.65%
G = 8.82%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#510F4A (or 0x510F4A) is known color: Loulou. HEX triplet: 51, 0F and 4A. RGB value is (81,15,74). Sum of RGB (Red+Green+Blue) = 81+15+74=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #510F4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F4A is #AEF0B5. Grayscale: #292929. Windows color (decimal): -11464886 or 4853585. OLE color: 4853585.

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

Color convert

RGB 81 15 74 -
CMYK 0 0.81 0.09 0.68
HSL 306.36º 0.69% 0.19% -
HSV(B) 306.36º 0.81% 0.32% -
XYZ 4.8 2.59 6.72 -
YUV 41.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 81 15 74 0 0.81 0.09 0.68 306.36 0.69 0.19
Hex 51 F 4A 0 51 9 44 132 45 13
Octal 121 17 112 0 121 11 104 462 105 23
Binary 1010001 1111 1001010 0 1010001 1001 1000100 100110010 1000101 10011

Color Harmonies of #510F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510F4A

Black with #510F4A

Text Example


Text Example

White with #510F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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