#691A53

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

Shades of Palatinate Purple #691A53

Tints of Palatinate Purple #691A53

Color information

#691A53 (or 0x691A53) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1A and 53. RGB value is (105,26,83). Sum of RGB (Red+Green+Blue) = 105+26+83=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 105 - color contains mainly: red. Hex color #691A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A53 is #96E5AC. Grayscale: #373737. Windows color (decimal): -9889197 or 5446249. OLE color: 5446249.

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

Color convert

RGB1052683-
CMYK00.750.210.59
HSL316.71º60.31%25.69%-
HSV(B)316.71º75.24%41.18%-
XYZ7.764.378.62-
YUV56.12143.17162.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.07%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=49.07%
G=12.15%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105268300.750.210.59316.7160.3125.69
Hex691A5304B153B13d3c1a
Octal15132123011325734757432
Binary1101001110101010011010010111010111101110011110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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