#6D095C

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

Shades of Palatinate Purple #6D095C

Tints of Palatinate Purple #6D095C

Color information

#6D095C (or 0x6D095C) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 09 and 5C. RGB value is (109,9,92). Sum of RGB (Red+Green+Blue) = 109+9+92=210 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.90% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 109 - color contains mainly: red. Hex color #6D095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D095C is #92F6A3. Grayscale: #303030. Windows color (decimal): -9631396 or 6031725. OLE color: 6031725.

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

Color convert

RGB109992-
CMYK00.920.160.57
HSL310.2º84.75%23.14%-
HSV(B)310.2º91.74%42.75%-
XYZ8.344.2210.5-
YUV48.36152.63171.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.90%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=51.90%
G=4.29%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10999200.920.160.57310.284.7523.14
Hex6D95C05C10391365517
Octal155111340134207146612527
Binary1101101100110111000101110010000111001100110110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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