#691C54

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

Shades of Palatinate Purple #691C54

Tints of Palatinate Purple #691C54

Color information

#691C54 (or 0x691C54) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1C and 54. RGB value is (105,28,84). Sum of RGB (Red+Green+Blue) = 105+28+84=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #691C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C54 is #96E3AB. Grayscale: #393939. Windows color (decimal): -9888684 or 5512297. OLE color: 5512297.

HSL color Cylindrical-coordinate representation of color #691C54: hue angle of 316.36º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C54 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1052884-
CMYK00.730.200.59
HSL316.36º57.89%26.08%-
HSV(B)316.36º73.33%41.18%-
XYZ7.844.478.84-
YUV57.41143.01161.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=48.39%
G=12.90%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105288400.730.200.59316.3657.8926.08
Hex691C54049143B13c3a1a
Octal15134124011124734747232
Binary1101001111001010100010010011010011101110011110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691C54; }

 p { color: rgb(105,28,84); }

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

<style>
 a { background-color: #691C54; }

 a { background-color: rgb(105,28,84); }

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

<style>
 span { border-color: #691C54; }

 span { border-color: rgb(105,28,84); }

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