#6D1565

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

Shades of Palatinate Purple #6D1565

Tints of Palatinate Purple #6D1565

Color information

#6D1565 (or 0x6D1565) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 15 and 65. RGB value is (109,21,101). Sum of RGB (Red+Green+Blue) = 109+21+101=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1565 is #92EA9A. Grayscale: #383838. Windows color (decimal): -9628315 or 6624621. OLE color: 6624621.

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

Color convert

RGB10921101-
CMYK00.810.070.57
HSL305.45º67.69%25.49%-
HSV(B)305.45º80.73%42.75%-
XYZ8.924.7312.75-
YUV56.43153.15165.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=47.19%
G=9.09%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1092110100.810.070.57305.4567.6925.49
Hex6D15650517391314419
Octal15525145012177146110431
Binary110110110101110010101010001111111001100110001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,101); }

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

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

 a { background-color: rgb(109,21,101); }

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

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

 span { border-color: rgb(109,21,101); }

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