#6D1471

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

Shades of Palatinate Purple #6D1471

Tints of Palatinate Purple #6D1471

Color information

#6D1471 (or 0x6D1471) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 14 and 71. RGB value is (109,20,113). Sum of RGB (Red+Green+Blue) = 109+20+113=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D1471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1471 is #92EB8E. Grayscale: #383838. Windows color (decimal): -9628559 or 7410797. OLE color: 7410797.

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

Color convert

RGB10920113-
CMYK0.040.8200.56
HSL297.42º69.92%26.08%-
HSV(B)297.42º82.3%44.31%-
XYZ9.544.9416.07-
YUV57.21159.49164.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.04%
GREEN value IS 20 (8.20% from 255) = 8.26%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=45.04%
G=8.26%
B=46.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109201130.040.8200.56297.4269.9226.08
Hex6D1471452038129461a
Octal15524161412207045110632
Binary110110110100111000110010100100111000100101001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,20,113); }

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

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

 a { background-color: rgb(109,20,113); }

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

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

 span { border-color: rgb(109,20,113); }

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