Html Css Color HEX #6D0F4E Pompadour

📋 copy color: '#6D0F4E'

red 109 ◦ green 15 ◦ blue 78

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

Shades of Pompadour #6D0F4E

Tints of Pompadour #6D0F4E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.43%

 BLUE value IS 78 (30.86% from 255) = 38.61%

R = 53.96%
G = 7.43%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D0F4E (or 0x6D0F4E) is known color: Pompadour. HEX triplet: 6D, 0F and 4E. RGB value is (109,15,78). Sum of RGB (Red+Green+Blue) = 109+15+78=202 (26% of max value = 765). Red value is 109 (42.97% from 255 or 53.96% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0F4E is #92F0B1. Grayscale: #323232. Windows color (decimal): -9629874 or 5115757. OLE color: 5115757.

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

Color convert

RGB 109 15 78 -
CMYK 0 0.86 0.28 0.57
HSL 319.79º 0.76% 0.24% -
HSV(B) 319.79º 0.86% 0.43% -
XYZ 7.85 4.14 7.59 -
YUV 50.29 143.64 169.88 -
System Red Green Blue C M Y K H S L
Decimal 109 15 78 0 0.86 0.28 0.57 319.79 0.76 0.24
Hex 6D F 4E 0 56 1C 39 140 4C 18
Octal 155 17 116 0 126 34 71 500 114 30
Binary 1101101 1111 1001110 0 1010110 11100 111001 101000000 1001100 11000

Color Harmonies of #6D0F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F4E

Black with #6D0F4E

Text Example


Text Example

White with #6D0F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,78); }

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

background-color css

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

 a { background-color: rgb(109,15,78); }

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

border-color css

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

 span { border-color: rgb(109,15,78); }

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