#6D1E5F

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

Shades of Palatinate Purple #6D1E5F

Tints of Palatinate Purple #6D1E5F

Color information

#6D1E5F (or 0x6D1E5F) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1E and 5F. RGB value is (109,30,95). Sum of RGB (Red+Green+Blue) = 109+30+95=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E5F is #92E1A0. Grayscale: #3C3C3C. Windows color (decimal): -9626017 or 6233709. OLE color: 6233709.

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

Color convert

RGB1093095-
CMYK00.720.130.57
HSL310.63º56.83%27.25%-
HSV(B)310.63º72.48%42.75%-
XYZ8.845.0111.33-
YUV61.03147.17162.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.58%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=46.58%
G=12.82%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109309500.720.130.57310.6356.8327.25
Hex6D1E5F048D39137391b
Octal15536137011015714677133
Binary110110111110101111101001000110111100110011011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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