#6E1C6C

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

Shades of Palatinate Purple #6E1C6C

Tints of Palatinate Purple #6E1C6C

Color information

#6E1C6C (or 0x6E1C6C) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 1C and 6C. RGB value is (110,28,108). Sum of RGB (Red+Green+Blue) = 110+28+108=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1C6C is #91E393. Grayscale: #3D3D3D. Windows color (decimal): -9560980 or 7085166. OLE color: 7085166.

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

Color convert

RGB11028108-
CMYK00.750.020.57
HSL301.46º59.42%27.06%-
HSV(B)301.46º74.55%43.14%-
XYZ9.555.2314.69-
YUV61.64154.17162.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.72%
GREEN value IS 28 (11.33% from 255) = 11.38%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=44.72%
G=11.38%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1102810800.750.020.57301.4659.4227.06
Hex6E1C6C04B23912d3b1b
Octal1563415401132714557333
Binary1101110111001101100010010111011100110010110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,28,108); }

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

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

 a { background-color: rgb(110,28,108); }

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

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

 span { border-color: rgb(110,28,108); }

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