#6E315D

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

Shades of Palatinate Purple #6E315D

Tints of Palatinate Purple #6E315D

Color information

#6E315D (or 0x6E315D) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 31 and 5D. RGB value is (110,49,93). Sum of RGB (Red+Green+Blue) = 110+49+93=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 110 - color contains mainly: red. Hex color #6E315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E315D is #91CEA2. Grayscale: #484848. Windows color (decimal): -9555619 or 6107502. OLE color: 6107502.

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

Color convert

RGB1104993-
CMYK00.550.150.57
HSL316.72º38.36%31.18%-
HSV(B)316.72º55.45%43.14%-
XYZ9.56.311.07-
YUV72.26139.71154.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.65%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=43.65%
G=19.44%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110499300.550.150.57316.7238.3631.18
Hex6E315D037F3913d261f
Octal1566113506717714754637
Binary110111011000110111010110111111111100110011110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,49,93); }

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

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

 a { background-color: rgb(110,49,93); }

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

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

 span { border-color: rgb(110,49,93); }

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