#6E085F

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

Shades of Palatinate Purple #6E085F

Tints of Palatinate Purple #6E085F

Color information

#6E085F (or 0x6E085F) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 08 and 5F. RGB value is (110,8,95). Sum of RGB (Red+Green+Blue) = 110+8+95=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E085F is #91F7A0. Grayscale: #303030. Windows color (decimal): -9566113 or 6228078. OLE color: 6228078.

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

Color convert

RGB110895-
CMYK00.930.140.57
HSL308.82º86.44%23.14%-
HSV(B)308.82º92.73%43.14%-
XYZ8.584.3111.21-
YUV48.42154.29171.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.64%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=51.64%
G=3.76%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11089500.930.140.57308.8286.4423.14
Hex6E85F05DE391355617
Octal156101370135167146512627
Binary110111010001011111010111011110111001100110101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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