#6D235F

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

Shades of Palatinate Purple #6D235F

Tints of Palatinate Purple #6D235F

Color information

#6D235F (or 0x6D235F) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 23 and 5F. RGB value is (109,35,95). Sum of RGB (Red+Green+Blue) = 109+35+95=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D235F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D235F is #92DCA0. Grayscale: #3F3F3F. Windows color (decimal): -9624737 or 6234989. OLE color: 6234989.

HSL color Cylindrical-coordinate representation of color #6D235F: hue angle of 311.35º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D235F is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB1093595-
CMYK00.680.130.57
HSL311.35º51.39%28.24%-
HSV(B)311.35º67.89%42.75%-
XYZ8.975.2811.37-
YUV63.97145.52160.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.61%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=45.61%
G=14.64%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109359500.680.130.57311.3551.3928.24
Hex6D235F044D39137331c
Octal15543137010415714676334
Binary1101101100011101111101000100110111100110011011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,35,95); }

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

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

 a { background-color: rgb(109,35,95); }

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

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

 span { border-color: rgb(109,35,95); }

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