#6C1954

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

Shades of Palatinate Purple #6C1954

Tints of Palatinate Purple #6C1954

Color information

#6C1954 (or 0x6C1954) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 19 and 54. RGB value is (108,25,84). Sum of RGB (Red+Green+Blue) = 108+25+84=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1954 is #93E6AB. Grayscale: #383838. Windows color (decimal): -9692844 or 5511532. OLE color: 5511532.

HSL color Cylindrical-coordinate representation of color #6C1954: hue angle of 317.35º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C1954 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1082584-
CMYK00.770.220.58
HSL317.35º62.41%26.08%-
HSV(B)317.35º76.85%42.35%-
XYZ8.134.528.83-
YUV56.54143.5164.7-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.77%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=49.77%
G=11.52%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108258400.770.220.58317.3562.4126.08
Hex6C195404D163A13d3e1a
Octal15431124011526724757632
Binary1101100110011010100010011011011011101010011110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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