Html Css Color HEX #4F1247 Loulou

📋 copy color: '#4F1247'

red 79 ◦ green 18 ◦ blue 71

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

Shades of Loulou #4F1247

Tints of Loulou #4F1247

RGB

 RED value IS 79 (31.25% from 255) = 47.02%

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 47.02%
G = 10.71%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4F1247 (or 0x4F1247) is known color: Loulou. HEX triplet: 4F, 12 and 47. RGB value is (79,18,71). Sum of RGB (Red+Green+Blue) = 79+18+71=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1247 is #B0EDB8. Grayscale: #2A2A2A. Windows color (decimal): -11595193 or 4657743. OLE color: 4657743.

HSL color Cylindrical-coordinate representation of color #4F1247: hue angle of 307.87º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F1247 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 18 71 -
CMYK 0 0.77 0.10 0.69
HSL 307.87º 0.63% 0.19% -
HSV(B) 307.87º 0.77% 0.31% -
XYZ 4.58 2.55 6.21 -
YUV 42.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 79 18 71 0 0.77 0.10 0.69 307.87 0.63 0.19
Hex 4F 12 47 0 4D A 45 134 3F 13
Octal 117 22 107 0 115 12 105 464 77 23
Binary 1001111 10010 1000111 0 1001101 1010 1000101 100110100 111111 10011

Color Harmonies of #4F1247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1247

Black with #4F1247

Text Example


Text Example

White with #4F1247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,18,71); }

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

background-color css

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

 a { background-color: rgb(79,18,71); }

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

border-color css

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

 span { border-color: rgb(79,18,71); }

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