Html Css Color HEX #6D114C Pompadour

📋 copy color: '#6D114C'

red 109 ◦ green 17 ◦ blue 76

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

Shades of Pompadour #6D114C

Tints of Pompadour #6D114C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.62%

R = 53.96%
G = 8.42%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#6D114C (or 0x6D114C) is known color: Pompadour. HEX triplet: 6D, 11 and 4C. RGB value is (109,17,76). Sum of RGB (Red+Green+Blue) = 109+17+76=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D114C is #92EEB3. Grayscale: #333333. Windows color (decimal): -9629364 or 4985197. OLE color: 4985197.

HSL color Cylindrical-coordinate representation of color #6D114C: hue angle of 321.52º 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 #6D114C is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 17 76 -
CMYK 0 0.84 0.30 0.57
HSL 321.52º 0.73% 0.25% -
HSV(B) 321.52º 0.84% 0.43% -
XYZ 7.81 4.17 7.23 -
YUV 51.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 109 17 76 0 0.84 0.30 0.57 321.52 0.73 0.25
Hex 6D 11 4C 0 54 1E 39 142 49 19
Octal 155 21 114 0 124 36 71 502 111 31
Binary 1101101 10001 1001100 0 1010100 11110 111001 101000010 1001001 11001

Color Harmonies of #6D114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D114C

Black with #6D114C

Text Example


Text Example

White with #6D114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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