#6D335B

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

Shades of Palatinate Purple #6D335B

Tints of Palatinate Purple #6D335B

Color information

#6D335B (or 0x6D335B) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 33 and 5B. RGB value is (109,51,91). Sum of RGB (Red+Green+Blue) = 109+51+91=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D335B is #92CCA4. Grayscale: #484848. Windows color (decimal): -9620645 or 5976941. OLE color: 5976941.

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

Color convert

RGB1095191-
CMYK00.530.170.57
HSL318.62º36.25%31.37%-
HSV(B)318.62º53.21%42.75%-
XYZ9.386.3710.63-
YUV72.9138.22153.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.43%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=43.43%
G=20.32%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109519100.530.170.57318.6236.2531.37
Hex6D335B035113913f241f
Octal1556313306521714774437
Binary1101101110011101101101101011000111100110011111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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