#6e325c

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

Shades of Palatinate Purple #6E325C

Tints of Palatinate Purple #6E325C

Color information

#6E325C (or 0x6E325C) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 32 and 5C. RGB value is (110,50,92). Sum of RGB (Red+Green+Blue) = 110+50+92=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 110 - color contains mainly: red. Hex color #6E325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E325C is #91CDA3. Grayscale: #484848. Windows color (decimal): -9555364 or 6042222. OLE color: 6042222.

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

Color convert

RGB1105092-
CMYK00.550.160.57
HSL318º37.5%31.37%-
HSV(B)318º54.55%43.14%-
XYZ9.56.3710.85-
YUV72.73138.88154.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.65%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=43.65%
G=19.84%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110509200.550.160.5731837.531.37
Hex6E325C037103913e261f
Octal1566213406720714764637
Binary1101110110010101110001101111000011100110011111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e325c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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