#6D195F

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

Shades of Palatinate Purple #6D195F

Tints of Palatinate Purple #6D195F

Color information

#6D195F (or 0x6D195F) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 19 and 5F. RGB value is (109,25,95). Sum of RGB (Red+Green+Blue) = 109+25+95=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D195F is #92E6A0. Grayscale: #393939. Windows color (decimal): -9627297 or 6232429. OLE color: 6232429.

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

Color convert

RGB1092595-
CMYK00.770.130.57
HSL310º62.69%26.27%-
HSV(B)310º77.06%42.75%-
XYZ8.724.7711.29-
YUV58.1148.83164.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.60%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=47.60%
G=10.92%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109259500.770.130.5731062.6926.27
Hex6D195F04DD391363f1a
Octal15531137011515714667732
Binary110110111001101111101001101110111100110011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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