#6D165C

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

Shades of Palatinate Purple #6D165C

Tints of Palatinate Purple #6D165C

Color information

#6D165C (or 0x6D165C) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 16 and 5C. RGB value is (109,22,92). Sum of RGB (Red+Green+Blue) = 109+22+92=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D165C is #92E9A3. Grayscale: #373737. Windows color (decimal): -9628068 or 6035053. OLE color: 6035053.

HSL color Cylindrical-coordinate representation of color #6D165C: hue angle of 311.72º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D165C is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB1092292-
CMYK00.800.160.57
HSL311.72º66.41%25.69%-
HSV(B)311.72º79.82%42.75%-
XYZ8.534.610.56-
YUV55.99148.32165.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=48.88%
G=9.87%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109229200.800.160.57311.7266.4125.69
Hex6D165C0501039138421a
Octal155261340120207147010232
Binary11011011011010111000101000010000111001100111000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,22,92); }

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

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

 a { background-color: rgb(109,22,92); }

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

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

 span { border-color: rgb(109,22,92); }

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