#6E365F

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

Shades of Palatinate Purple #6E365F

Tints of Palatinate Purple #6E365F

Color information

#6E365F (or 0x6E365F) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 36 and 5F. RGB value is (110,54,95). Sum of RGB (Red+Green+Blue) = 110+54+95=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E365F is #91C9A0. Grayscale: #4B4B4B. Windows color (decimal): -9554337 or 6239854. OLE color: 6239854.

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

Color convert

RGB1105495-
CMYK00.510.140.57
HSL316.07º34.15%32.16%-
HSV(B)316.07º50.91%43.14%-
XYZ9.826.7811.62-
YUV75.42139.05152.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 95 (37.5% from 255) = 36.68%
R=42.47%
G=20.85%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110549500.510.140.57316.0734.1532.16
Hex6E365F033E3913c2220
Octal1566613706316714744240
Binary1101110110110101111101100111110111001100111100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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