#6E105D

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

Shades of Palatinate Purple #6E105D

Tints of Palatinate Purple #6E105D

Color information

#6E105D (or 0x6E105D) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 10 and 5D. RGB value is (110,16,93). Sum of RGB (Red+Green+Blue) = 110+16+93=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E105D is #91EFA2. Grayscale: #343434. Windows color (decimal): -9564067 or 6099054. OLE color: 6099054.

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

Color convert

RGB1101693-
CMYK00.850.150.57
HSL310.85º74.6%24.71%-
HSV(B)310.85º85.45%43.14%-
XYZ8.594.4810.77-
YUV52.88150.64168.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.23%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=50.23%
G=7.31%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110169300.850.150.57310.8574.624.71
Hex6E105D055F391374b19
Octal156201350125177146711331
Binary1101110100001011101010101011111111001100110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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