#6D165E

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

Shades of Palatinate Purple #6D165E

Tints of Palatinate Purple #6D165E

Color information

#6D165E (or 0x6D165E) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 16 and 5E. RGB value is (109,22,94). Sum of RGB (Red+Green+Blue) = 109+22+94=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D165E is #92E9A1. Grayscale: #383838. Windows color (decimal): -9628066 or 6166125. OLE color: 6166125.

HSL color Cylindrical-coordinate representation of color #6D165E: hue angle of 310.34º 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 #6D165E is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1092294-
CMYK00.800.140.57
HSL310.34º66.41%25.69%-
HSV(B)310.34º79.82%42.75%-
XYZ8.614.6311.03-
YUV56.22149.32165.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=48.44%
G=9.78%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109229400.800.140.57310.3466.4125.69
Hex6D165E050E39136421a
Octal155261360120167146610232
Binary1101101101101011110010100001110111001100110110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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