#6D1B58

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

Shades of Palatinate Purple #6D1B58

Tints of Palatinate Purple #6D1B58

Color information

#6D1B58 (or 0x6D1B58) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1B and 58. RGB value is (109,27,88). Sum of RGB (Red+Green+Blue) = 109+27+88=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B58 is #92E4A7. Grayscale: #3A3A3A. Windows color (decimal): -9626792 or 5774189. OLE color: 5774189.

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

Color convert

RGB1092788-
CMYK00.750.190.57
HSL315.37º60.29%26.67%-
HSV(B)315.37º75.23%42.75%-
XYZ8.464.749.7-
YUV58.47144.67164.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 27 (10.94% from 255) = 12.05%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=48.66%
G=12.05%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109278800.750.190.57315.3760.2926.67
Hex6D1B5804B133913b3c1b
Octal15533130011323714737433
Binary1101101110111011000010010111001111100110011101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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