#6D2868

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

Shades of Palatinate Purple #6D2868

Tints of Palatinate Purple #6D2868

Color information

#6D2868 (or 0x6D2868) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 28 and 68. RGB value is (109,40,104). Sum of RGB (Red+Green+Blue) = 109+40+104=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2868 is #92D797. Grayscale: #434343. Windows color (decimal): -9623448 or 6826093. OLE color: 6826093.

HSL color Cylindrical-coordinate representation of color #6D2868: hue angle of 304.35º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D2868 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB10940104-
CMYK00.630.050.57
HSL304.35º46.31%29.22%-
HSV(B)304.35º63.3%42.75%-
XYZ9.565.7713.71-
YUV67.93148.36157.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.08%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=43.08%
G=15.81%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1094010400.630.050.57304.3546.3129.22
Hex6D286803F5391302e1d
Octal155501500775714605635
Binary11011011010001101000011111110111100110011000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,40,104); }

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

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

 a { background-color: rgb(109,40,104); }

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

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

 span { border-color: rgb(109,40,104); }

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