#6E0661

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

Shades of Palatinate Purple #6E0661

Tints of Palatinate Purple #6E0661

Color information

#6E0661 (or 0x6E0661) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 06 and 61. RGB value is (110,6,97). Sum of RGB (Red+Green+Blue) = 110+6+97=213 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.64% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0661 is #91F99E. Grayscale: #2F2F2F. Windows color (decimal): -9566623 or 6358638. OLE color: 6358638.

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

Color convert

RGB110697-
CMYK00.950.120.57
HSL307.5º89.66%22.75%-
HSV(B)307.5º94.55%43.14%-
XYZ8.654.3111.68-
YUV47.47155.96172.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 51.64%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=51.64%
G=2.82%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11069700.950.120.57307.589.6622.75
Hex6E66105FC391345a17
Octal15661410137147146413227
Binary11011101101100001010111111100111001100110100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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