#6D345B

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

Shades of Palatinate Purple #6D345B

Tints of Palatinate Purple #6D345B

Color information

#6D345B (or 0x6D345B) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 34 and 5B. RGB value is (109,52,91). Sum of RGB (Red+Green+Blue) = 109+52+91=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D345B is #92CBA4. Grayscale: #494949. Windows color (decimal): -9620389 or 5977197. OLE color: 5977197.

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

Color convert

RGB1095291-
CMYK00.520.170.57
HSL318.95º35.4%31.57%-
HSV(B)318.95º52.29%42.75%-
XYZ9.426.4610.65-
YUV73.49137.88153.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.25%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=43.25%
G=20.63%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109529100.520.170.57318.9535.431.57
Hex6D345B034113913f2320
Octal1556413306421714774340
Binary11011011101001011011011010010001111001100111111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,52,91); }

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

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

 a { background-color: rgb(109,52,91); }

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

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

 span { border-color: rgb(109,52,91); }

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