#6E0663

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

Shades of Palatinate Purple #6E0663

Tints of Palatinate Purple #6E0663

Color information

#6E0663 (or 0x6E0663) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 06 and 63. RGB value is (110,6,99). Sum of RGB (Red+Green+Blue) = 110+6+99=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0663 is #91F99C. Grayscale: #2F2F2F. Windows color (decimal): -9566621 or 6489710. OLE color: 6489710.

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

Color convert

RGB110699-
CMYK00.950.10.57
HSL306.35º89.66%22.75%-
HSV(B)306.35º94.55%43.14%-
XYZ8.754.3512.18-
YUV47.7156.96172.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.16%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=51.16%
G=2.79%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11069900.950.10.57306.3589.6622.75
Hex6E66305FA391325a17
Octal15661430137127146213227
Binary11011101101100011010111111010111001100110010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,6,99); }

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

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

 a { background-color: rgb(110,6,99); }

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

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

 span { border-color: rgb(110,6,99); }

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