#6E325F

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

Shades of Palatinate Purple #6E325F

Tints of Palatinate Purple #6E325F

Color information

#6E325F (or 0x6E325F) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 32 and 5F. RGB value is (110,50,95). Sum of RGB (Red+Green+Blue) = 110+50+95=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 110 - color contains mainly: red. Hex color #6E325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E325F is #91CDA0. Grayscale: #484848. Windows color (decimal): -9555361 or 6238830. OLE color: 6238830.

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

Color convert

RGB1105095-
CMYK00.550.140.57
HSL315º37.5%31.37%-
HSV(B)315º54.55%43.14%-
XYZ9.646.4211.56-
YUV73.07140.38154.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.14%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=43.14%
G=19.61%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110509500.550.140.5731537.531.37
Hex6E325F037E3913b261f
Octal1566213706716714734637
Binary110111011001010111110110111111011100110011101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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