#6E325B

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

Shades of Palatinate Purple #6E325B

Tints of Palatinate Purple #6E325B

Color information

#6E325B (or 0x6E325B) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 32 and 5B. RGB value is (110,50,91). Sum of RGB (Red+Green+Blue) = 110+50+91=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 110 - color contains mainly: red. Hex color #6E325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E325B is #91CDA4. Grayscale: #484848. Windows color (decimal): -9555365 or 5976686. OLE color: 5976686.

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

Color convert

RGB1105091-
CMYK00.550.170.57
HSL319º37.5%31.37%-
HSV(B)319º54.55%43.14%-
XYZ9.466.3510.62-
YUV72.61138.38154.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.82%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=43.82%
G=19.92%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110509100.550.170.5731937.531.37
Hex6E325B037113913f261f
Octal1566213306721714774637
Binary1101110110010101101101101111000111100110011111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,50,91); }

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

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

 a { background-color: rgb(110,50,91); }

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

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

 span { border-color: rgb(110,50,91); }

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