#6D255F

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

Shades of Palatinate Purple #6D255F

Tints of Palatinate Purple #6D255F

Color information

#6D255F (or 0x6D255F) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 25 and 5F. RGB value is (109,37,95). Sum of RGB (Red+Green+Blue) = 109+37+95=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D255F is #92DAA0. Grayscale: #404040. Windows color (decimal): -9624225 or 6235501. OLE color: 6235501.

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

Color convert

RGB1093795-
CMYK00.660.130.57
HSL311.67º49.32%28.63%-
HSV(B)311.67º66.06%42.75%-
XYZ9.035.411.39-
YUV65.14144.85159.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=45.23%
G=15.35%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109379500.660.130.57311.6749.3228.63
Hex6D255F042D39138311d
Octal15545137010215714706135
Binary1101101100101101111101000010110111100110011100011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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