#6D1B54

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

Shades of Palatinate Purple #6D1B54

Tints of Palatinate Purple #6D1B54

Color information

#6D1B54 (or 0x6D1B54) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 1B and 54. RGB value is (109,27,84). Sum of RGB (Red+Green+Blue) = 109+27+84=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1B54 is #92E4AB. Grayscale: #393939. Windows color (decimal): -9626796 or 5512045. OLE color: 5512045.

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

Color convert

RGB1092784-
CMYK00.750.230.57
HSL318.29º60.29%26.67%-
HSV(B)318.29º75.23%42.75%-
XYZ8.34.688.85-
YUV58.02142.67164.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.55%
GREEN value IS 27 (10.94% from 255) = 12.27%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=49.55%
G=12.27%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109278400.750.230.57318.2960.2926.67
Hex6D1B5404B173913e3c1b
Octal15533124011327714767433
Binary1101101110111010100010010111011111100110011111011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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