#6D2569

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

Shades of Palatinate Purple #6D2569

Tints of Palatinate Purple #6D2569

Color information

#6D2569 (or 0x6D2569) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 25 and 69. RGB value is (109,37,105). Sum of RGB (Red+Green+Blue) = 109+37+105=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2569 is #92DA96. Grayscale: #424242. Windows color (decimal): -9624215 or 6890861. OLE color: 6890861.

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

Color convert

RGB10937105-
CMYK00.660.040.57
HSL303.33º49.32%28.63%-
HSV(B)303.33º66.06%42.75%-
XYZ9.525.5913.94-
YUV66.28149.85158.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.43%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=43.43%
G=14.74%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1093710500.660.040.57303.3349.3228.63
Hex6D256904243912f311d
Octal1554515101024714576135
Binary110110110010111010010100001010011100110010111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,37,105); }

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

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

 a { background-color: rgb(109,37,105); }

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

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

 span { border-color: rgb(109,37,105); }

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