#6E1671

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

Shades of Palatinate Purple #6E1671

Tints of Palatinate Purple #6E1671

Color information

#6E1671 (or 0x6E1671) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 16 and 71. RGB value is (110,22,113). Sum of RGB (Red+Green+Blue) = 110+22+113=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E1671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1671 is #91E98E. Grayscale: #3A3A3A. Windows color (decimal): -9562511 or 7411310. OLE color: 7411310.

HSL color Cylindrical-coordinate representation of color #6E1671: hue angle of 298.02º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1671 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11022113-
CMYK0.030.8100.56
HSL298.02º67.41%26.47%-
HSV(B)298.02º80.53%44.31%-
XYZ9.75.0816.09-
YUV58.69158.65164.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.90%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=44.90%
G=8.98%
B=46.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110221130.030.8100.56298.0267.4126.47
Hex6E167135103812a431a
Octal15626161312107045210332
Binary11011101011011100011110100010111000100101010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,22,113); }

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

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

 a { background-color: rgb(110,22,113); }

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

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

 span { border-color: rgb(110,22,113); }

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