Html Css Color HEX #6D204E Pompadour

📋 copy color: '#6D204E'

red 109 ◦ green 32 ◦ blue 78

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

Shades of Pompadour #6D204E

Tints of Pompadour #6D204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.61%

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

R = 49.77%
G = 14.61%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D204E (or 0x6D204E) is known color: Pompadour. HEX triplet: 6D, 20 and 4E. RGB value is (109,32,78). Sum of RGB (Red+Green+Blue) = 109+32+78=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D204E is #92DFB1. Grayscale: #3C3C3C. Windows color (decimal): -9625522 or 5120109. OLE color: 5120109.

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

Color convert

RGB 109 32 78 -
CMYK 0 0.71 0.28 0.57
HSL 324.16º 0.55% 0.28% -
HSV(B) 324.16º 0.71% 0.43% -
XYZ 8.2 4.83 7.71 -
YUV 60.27 138.01 162.76 -
System Red Green Blue C M Y K H S L
Decimal 109 32 78 0 0.71 0.28 0.57 324.16 0.55 0.28
Hex 6D 20 4E 0 47 1C 39 144 37 1C
Octal 155 40 116 0 107 34 71 504 67 34
Binary 1101101 100000 1001110 0 1000111 11100 111001 101000100 110111 11100

Color Harmonies of #6D204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D204E

Black with #6D204E

Text Example


Text Example

White with #6D204E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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