#6E1C69

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

Shades of Palatinate Purple #6E1C69

Tints of Palatinate Purple #6E1C69

Color information

#6E1C69 (or 0x6E1C69) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 1C and 69. RGB value is (110,28,105). Sum of RGB (Red+Green+Blue) = 110+28+105=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1C69 is #91E396. Grayscale: #3D3D3D. Windows color (decimal): -9560983 or 6888558. OLE color: 6888558.

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

Color convert

RGB11028105-
CMYK00.750.050.57
HSL303.66º59.42%27.06%-
HSV(B)303.66º74.55%43.14%-
XYZ9.45.1713.87-
YUV61.3152.67162.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 28 (11.33% from 255) = 11.52%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=45.27%
G=11.52%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1102810500.750.050.57303.6659.4227.06
Hex6E1C6904B5391303b1b
Octal1563415101135714607333
Binary11011101110011010010100101110111100110011000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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