#6D0861

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

Shades of Palatinate Purple #6D0861

Tints of Palatinate Purple #6D0861

Color information

#6D0861 (or 0x6D0861) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 08 and 61. RGB value is (109,8,97). Sum of RGB (Red+Green+Blue) = 109+8+97=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0861 is #92F79E. Grayscale: #303030. Windows color (decimal): -9631647 or 6359149. OLE color: 6359149.

HSL color Cylindrical-coordinate representation of color #6D0861: hue angle of 307.13º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0861 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB109897-
CMYK00.930.110.57
HSL307.13º86.32%22.94%-
HSV(B)307.13º92.66%42.75%-
XYZ8.554.2911.69-
YUV48.34155.46171.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.93%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=50.93%
G=3.74%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10989700.930.110.57307.1386.3222.94
Hex6D86105DB391335617
Octal155101410135137146312627
Binary110110110001100001010111011011111001100110011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,8,97); }

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

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

 a { background-color: rgb(109,8,97); }

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

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

 span { border-color: rgb(109,8,97); }

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