#6D095F

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

Shades of Palatinate Purple #6D095F

Tints of Palatinate Purple #6D095F

Color information

#6D095F (or 0x6D095F) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 09 and 5F. RGB value is (109,9,95). Sum of RGB (Red+Green+Blue) = 109+9+95=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D095F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D095F is #92F6A0. Grayscale: #303030. Windows color (decimal): -9631393 or 6228333. OLE color: 6228333.

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

Color convert

RGB109995-
CMYK00.920.130.57
HSL308.4º84.75%23.14%-
HSV(B)308.4º91.74%42.75%-
XYZ8.474.2711.2-
YUV48.7154.13171.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.17%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=51.17%
G=4.23%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10999500.920.130.57308.484.7523.14
Hex6D95F05CD391345517
Octal155111370134157146412527
Binary110110110011011111010111001101111001100110100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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