#6D2565

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

Shades of Palatinate Purple #6D2565

Tints of Palatinate Purple #6D2565

Color information

#6D2565 (or 0x6D2565) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 25 and 65. RGB value is (109,37,101). Sum of RGB (Red+Green+Blue) = 109+37+101=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2565 is #92DA9A. Grayscale: #414141. Windows color (decimal): -9624219 or 6628717. OLE color: 6628717.

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

Color convert

RGB10937101-
CMYK00.660.070.57
HSL306.67º49.32%28.63%-
HSV(B)306.67º66.06%42.75%-
XYZ9.325.5112.89-
YUV65.82147.85158.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.13%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=44.13%
G=14.98%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1093710100.660.070.57306.6749.3228.63
Hex6D2565042739133311d
Octal1554514501027714636135
Binary110110110010111001010100001011111100110011001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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