#6D1058

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

Shades of Palatinate Purple #6D1058

Tints of Palatinate Purple #6D1058

Color information

#6D1058 (or 0x6D1058) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 10 and 58. RGB value is (109,16,88). Sum of RGB (Red+Green+Blue) = 109+16+88=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1058 is #92EFA7. Grayscale: #333333. Windows color (decimal): -9629608 or 5771373. OLE color: 5771373.

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

Color convert

RGB1091688-
CMYK00.850.190.57
HSL313.55º74.4%24.51%-
HSV(B)313.55º85.32%42.75%-
XYZ8.254.339.63-
YUV52.02148.31168.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.17%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=51.17%
G=7.51%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109168800.850.190.57313.5574.424.51
Hex6D1058055133913a4a19
Octal155201300125237147211231
Binary11011011000010110000101010110011111001100111010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,88); }

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

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

 a { background-color: rgb(109,16,88); }

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

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

 span { border-color: rgb(109,16,88); }

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