#6E1A6C

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

Shades of Palatinate Purple #6E1A6C

Tints of Palatinate Purple #6E1A6C

Color information

#6E1A6C (or 0x6E1A6C) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 1A and 6C. RGB value is (110,26,108). Sum of RGB (Red+Green+Blue) = 110+26+108=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1A6C is #91E593. Grayscale: #3C3C3C. Windows color (decimal): -9561492 or 7084654. OLE color: 7084654.

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

Color convert

RGB11026108-
CMYK00.760.020.57
HSL301.43º61.76%26.67%-
HSV(B)301.43º76.36%43.14%-
XYZ9.515.1414.68-
YUV60.46154.83163.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.08%
GREEN value IS 26 (10.55% from 255) = 10.66%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=45.08%
G=10.66%
B=44.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1102610800.760.020.57301.4361.7626.67
Hex6E1A6C04C23912d3e1b
Octal1563215401142714557633
Binary1101110110101101100010011001011100110010110111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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