#6E1067

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

Shades of Palatinate Purple #6E1067

Tints of Palatinate Purple #6E1067

Color information

#6E1067 (or 0x6E1067) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 10 and 67. RGB value is (110,16,103). Sum of RGB (Red+Green+Blue) = 110+16+103=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1067 is #91EF98. Grayscale: #353535. Windows color (decimal): -9564057 or 6754414. OLE color: 6754414.

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

Color convert

RGB11016103-
CMYK00.850.060.57
HSL304.47º74.6%24.71%-
HSV(B)304.47º85.45%43.14%-
XYZ9.064.6613.25-
YUV54.02155.64167.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 48.03%
GREEN value IS 16 (6.64% from 255) = 6.99%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=48.03%
G=6.99%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101610300.850.060.57304.4774.624.71
Hex6E10670556391304b19
Octal15620147012567146011331
Binary110111010000110011101010101110111001100110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,16,103); }

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

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

 a { background-color: rgb(110,16,103); }

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

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

 span { border-color: rgb(110,16,103); }

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