#691C53

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

Shades of Palatinate Purple #691C53

Tints of Palatinate Purple #691C53

Color information

#691C53 (or 0x691C53) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1C and 53. RGB value is (105,28,83). Sum of RGB (Red+Green+Blue) = 105+28+83=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #691C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C53 is #96E3AC. Grayscale: #393939. Windows color (decimal): -9888685 or 5446761. OLE color: 5446761.

HSL color Cylindrical-coordinate representation of color #691C53: hue angle of 317.14º 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 #691C53 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1052883-
CMYK00.730.210.59
HSL317.14º57.89%26.08%-
HSV(B)317.14º73.33%41.18%-
XYZ7.84.468.63-
YUV57.29142.51162.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.61%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=48.61%
G=12.96%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105288300.730.210.59317.1457.8926.08
Hex691C53049153B13d3a1a
Octal15134123011125734757232
Binary1101001111001010011010010011010111101110011110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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