Html Css Color HEX #4E2047 Loulou

📋 copy color: '#4E2047'

red 78 ◦ green 32 ◦ blue 71

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

Shades of Loulou #4E2047

Tints of Loulou #4E2047

RGB

 RED value IS 78 (30.86% from 255) = 43.09%

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

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

R = 43.09%
G = 17.68%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E2047 (or 0x4E2047) is known color: Loulou. HEX triplet: 4E, 20 and 47. RGB value is (78,32,71). Sum of RGB (Red+Green+Blue) = 78+32+71=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 71 (28.12% from 255 or 39.23% from 181); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2047 is #B1DFB8. Grayscale: #323232. Windows color (decimal): -11657145 or 4661326. OLE color: 4661326.

HSL color Cylindrical-coordinate representation of color #4E2047: hue angle of 309.13º 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 #4E2047 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 32 71 -
CMYK 0 0.59 0.09 0.69
HSL 309.13º 0.42% 0.22% -
HSV(B) 309.13º 0.59% 0.31% -
XYZ 4.8 3.11 6.31 -
YUV 50.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 78 32 71 0 0.59 0.09 0.69 309.13 0.42 0.22
Hex 4E 20 47 0 3B 9 45 135 2A 16
Octal 116 40 107 0 73 11 105 465 52 26
Binary 1001110 100000 1000111 0 111011 1001 1000101 100110101 101010 10110

Color Harmonies of #4E2047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2047

Black with #4E2047

Text Example


Text Example

White with #4E2047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E2047; }

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

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

background-color css

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

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

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

border-color css

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

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

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