#6D255A

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

Shades of Palatinate Purple #6D255A

Tints of Palatinate Purple #6D255A

Color information

#6D255A (or 0x6D255A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 25 and 5A. RGB value is (109,37,90). Sum of RGB (Red+Green+Blue) = 109+37+90=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D255A is #92DAA5. Grayscale: #404040. Windows color (decimal): -9624230 or 5907821. OLE color: 5907821.

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

Color convert

RGB1093790-
CMYK00.660.170.57
HSL315.83º49.32%28.63%-
HSV(B)315.83º66.06%42.75%-
XYZ8.815.3110.23-
YUV64.57142.35159.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.19%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=46.19%
G=15.68%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109379000.660.170.57315.8349.3228.63
Hex6D255A042113913c311d
Octal15545132010221714746135
Binary11011011001011011010010000101000111100110011110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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