Html Css Color HEX #6D114F Pompadour

📋 copy color: '#6D114F'

red 109 ◦ green 17 ◦ blue 79

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

Shades of Pompadour #6D114F

Tints of Pompadour #6D114F

RGB

 RED value IS 109 (42.97% from 255) = 53.17%

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 53.17%
G = 8.29%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D114F (or 0x6D114F) is known color: Pompadour. HEX triplet: 6D, 11 and 4F. RGB value is (109,17,79). Sum of RGB (Red+Green+Blue) = 109+17+79=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D114F is #92EEB0. Grayscale: #333333. Windows color (decimal): -9629361 or 5181805. OLE color: 5181805.

HSL color Cylindrical-coordinate representation of color #6D114F: hue angle of 319.57º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D114F is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 17 79 -
CMYK 0 0.84 0.28 0.57
HSL 319.57º 0.73% 0.25% -
HSV(B) 319.57º 0.84% 0.43% -
XYZ 7.92 4.22 7.79 -
YUV 51.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 109 17 79 0 0.84 0.28 0.57 319.57 0.73 0.25
Hex 6D 11 4F 0 54 1C 39 140 49 19
Octal 155 21 117 0 124 34 71 500 111 31
Binary 1101101 10001 1001111 0 1010100 11100 111001 101000000 1001001 11001

Color Harmonies of #6D114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D114F

Black with #6D114F

Text Example


Text Example

White with #6D114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D114F; }

 p { color: rgb(109,17,79); }

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

background-color css

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

 a { background-color: rgb(109,17,79); }

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

border-color css

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

 span { border-color: rgb(109,17,79); }

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