#6E335D

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

Shades of Palatinate Purple #6E335D

Tints of Palatinate Purple #6E335D

Color information

#6E335D (or 0x6E335D) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 33 and 5D. RGB value is (110,51,93). Sum of RGB (Red+Green+Blue) = 110+51+93=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E335D is #91CCA2. Grayscale: #494949. Windows color (decimal): -9555107 or 6108014. OLE color: 6108014.

HSL color Cylindrical-coordinate representation of color #6E335D: hue angle of 317.29º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E335D is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB1105193-
CMYK00.540.150.57
HSL317.29º36.65%31.57%-
HSV(B)317.29º53.64%43.14%-
XYZ9.596.4711.1-
YUV73.43139.05154.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.31%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=43.31%
G=20.08%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110519300.540.150.57317.2936.6531.57
Hex6E335D036F3913d2520
Octal1566313506617714754540
Binary1101110110011101110101101101111111001100111101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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