#6e105b

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

Shades of Palatinate Purple #6E105B

Tints of Palatinate Purple #6E105B

Color information

#6E105B (or 0x6E105B) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 10 and 5B. RGB value is (110,16,91). Sum of RGB (Red+Green+Blue) = 110+16+91=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E105B is #91EFA4. Grayscale: #343434. Windows color (decimal): -9564069 or 5967982. OLE color: 5967982.

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

Color convert

RGB1101691-
CMYK00.850.170.57
HSL312.13º74.6%24.71%-
HSV(B)312.13º85.45%43.14%-
XYZ8.54.4410.31-
YUV52.66149.64168.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.69%
GREEN value IS 16 (6.64% from 255) = 7.37%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=50.69%
G=7.37%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110169100.850.170.57312.1374.624.71
Hex6E105B05511391384b19
Octal156201330125217147011331
Binary11011101000010110110101010110001111001100111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e105b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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