#6D1954

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

Shades of Palatinate Purple #6D1954

Tints of Palatinate Purple #6D1954

Color information

#6D1954 (or 0x6D1954) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 19 and 54. RGB value is (109,25,84). Sum of RGB (Red+Green+Blue) = 109+25+84=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1954 is #92E6AB. Grayscale: #383838. Windows color (decimal): -9627308 or 5511533. OLE color: 5511533.

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

Color convert

RGB1092584-
CMYK00.770.230.57
HSL317.86º62.69%26.27%-
HSV(B)317.86º77.06%42.75%-
XYZ8.254.598.84-
YUV56.84143.33165.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 84 (33.20% from 255) = 38.53%
R=50%
G=11.47%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109258400.770.230.57317.8662.6926.27
Hex6D195404D173913e3f1a
Octal15531124011527714767732
Binary1101101110011010100010011011011111100110011111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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