#6D2755

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

Shades of Palatinate Purple #6D2755

Tints of Palatinate Purple #6D2755

Color information

#6D2755 (or 0x6D2755) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 27 and 55. RGB value is (109,39,85). Sum of RGB (Red+Green+Blue) = 109+39+85=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2755 is #92D8AA. Grayscale: #414141. Windows color (decimal): -9623723 or 5580653. OLE color: 5580653.

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

Color convert

RGB1093985-
CMYK00.640.220.57
HSL320.57º47.3%29.02%-
HSV(B)320.57º64.22%42.75%-
XYZ8.675.369.17-
YUV65.17139.19159.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.78%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=46.78%
G=16.74%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109398500.640.220.57320.5747.329.02
Hex6D275504016391412f1d
Octal15547125010026715015735
Binary11011011001111010101010000001011011100110100000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,39,85); }

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

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

 a { background-color: rgb(109,39,85); }

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

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

 span { border-color: rgb(109,39,85); }

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