#6D325A

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

Shades of Palatinate Purple #6D325A

Tints of Palatinate Purple #6D325A

Color information

#6D325A (or 0x6D325A) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 32 and 5A. RGB value is (109,50,90). Sum of RGB (Red+Green+Blue) = 109+50+90=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D325A is #92CDA5. Grayscale: #484848. Windows color (decimal): -9620902 or 5911149. OLE color: 5911149.

HSL color Cylindrical-coordinate representation of color #6D325A: hue angle of 319.32º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D325A is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1095090-
CMYK00.540.170.57
HSL319.32º37.11%31.18%-
HSV(B)319.32º54.13%42.75%-
XYZ9.296.2710.39-
YUV72.2138.05154.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.78%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=43.78%
G=20.08%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109509000.540.170.57319.3237.1131.18
Hex6D325A036113913f251f
Octal1556213206621714774537
Binary1101101110010101101001101101000111100110011111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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