#6E2C69

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

Shades of Palatinate Purple #6E2C69

Tints of Palatinate Purple #6E2C69

Color information

#6E2C69 (or 0x6E2C69) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 2C and 69. RGB value is (110,44,105). Sum of RGB (Red+Green+Blue) = 110+44+105=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2C69 is #91D396. Grayscale: #464646. Windows color (decimal): -9556887 or 6892654. OLE color: 6892654.

HSL color Cylindrical-coordinate representation of color #6E2C69: hue angle of 304.55º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E2C69 is Cyan = 0, Magento = 0.6, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB11044105-
CMYK00.60.050.57
HSL304.55º42.86%30.2%-
HSV(B)304.55º60%43.14%-
XYZ9.886.1414.03-
YUV70.69147.37156.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.47%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=42.47%
G=16.99%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1104410500.60.050.57304.5542.8630.2
Hex6E2C6903C5391312b1e
Octal156541510745714615336
Binary11011101011001101001011110010111100110011000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,44,105); }

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

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

 a { background-color: rgb(110,44,105); }

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

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

 span { border-color: rgb(110,44,105); }

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