#6D206B

Color #6D206B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #6D206B

Tints of Palatinate Purple #6D206B

Color information

#6D206B (or 0x6D206B) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 20 and 6B. RGB value is (109,32,107). Sum of RGB (Red+Green+Blue) = 109+32+107=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D206B is #92DF94. Grayscale: #3F3F3F. Windows color (decimal): -9625493 or 7020653. OLE color: 7020653.

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

Color convert

RGB10932107-
CMYK00.710.020.57
HSL301.56º54.61%27.65%-
HSV(B)301.56º70.64%42.75%-
XYZ9.485.3514.44-
YUV63.57152.51160.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.95%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=43.95%
G=12.90%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1093210700.710.020.57301.5654.6127.65
Hex6D206B04723912e371c
Octal1554015301072714566734
Binary11011011000001101011010001111011100110010111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D206B;
 }
 .AnyTagClassName
 {
   color: #6D206B;
 }
</style>
background-color css

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

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

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

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

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

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