Html Css Color HEX #6D124F Pompadour

📋 copy color: '#6D124F'

red 109 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #6D124F

Tints of Pompadour #6D124F

RGB

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

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

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

R = 52.91%
G = 8.74%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D124F (or 0x6D124F) is known color: Pompadour. HEX triplet: 6D, 12 and 4F. RGB value is (109,18,79). Sum of RGB (Red+Green+Blue) = 109+18+79=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D124F is #92EDB0. Grayscale: #343434. Windows color (decimal): -9629105 or 5182061. OLE color: 5182061.

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

Color convert

RGB 109 18 79 -
CMYK 0 0.83 0.28 0.57
HSL 319.78º 0.72% 0.25% -
HSV(B) 319.78º 0.83% 0.43% -
XYZ 7.93 4.25 7.8 -
YUV 52.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 109 18 79 0 0.83 0.28 0.57 319.78 0.72 0.25
Hex 6D 12 4F 0 53 1C 39 140 48 19
Octal 155 22 117 0 123 34 71 500 110 31
Binary 1101101 10010 1001111 0 1010011 11100 111001 101000000 1001000 11001

Color Harmonies of #6D124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D124F

Black with #6D124F

Text Example


Text Example

White with #6D124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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