#6D185F

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

Shades of Palatinate Purple #6D185F

Tints of Palatinate Purple #6D185F

Color information

#6D185F (or 0x6D185F) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 18 and 5F. RGB value is (109,24,95). Sum of RGB (Red+Green+Blue) = 109+24+95=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D185F is #92E7A0. Grayscale: #393939. Windows color (decimal): -9627553 or 6232173. OLE color: 6232173.

HSL color Cylindrical-coordinate representation of color #6D185F: hue angle of 309.88º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D185F is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB1092495-
CMYK00.780.130.57
HSL309.88º63.91%26.08%-
HSV(B)309.88º77.98%42.75%-
XYZ8.74.7311.28-
YUV57.51149.16164.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.81%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 95 (37.5% from 255) = 41.67%
R=47.81%
G=10.53%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109249500.780.130.57309.8863.9126.08
Hex6D185F04ED39136401a
Octal155301370116157146610032
Binary1101101110001011111010011101101111001100110110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,24,95); }

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

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

 a { background-color: rgb(109,24,95); }

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

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

 span { border-color: rgb(109,24,95); }

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