#6D2559

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

Shades of Palatinate Purple #6D2559

Tints of Palatinate Purple #6D2559

Color information

#6D2559 (or 0x6D2559) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 25 and 59. RGB value is (109,37,89). Sum of RGB (Red+Green+Blue) = 109+37+89=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2559 is #92DAA6. Grayscale: #404040. Windows color (decimal): -9624231 or 5842285. OLE color: 5842285.

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

Color convert

RGB1093789-
CMYK00.660.180.57
HSL316.67º49.32%28.63%-
HSV(B)316.67º66.06%42.75%-
XYZ8.775.310.01-
YUV64.46141.85159.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=46.38%
G=15.74%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109378900.660.180.57316.6749.3228.63
Hex6D2559042123913d311d
Octal15545131010222714756135
Binary11011011001011011001010000101001011100110011110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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