#691A59

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

Shades of Palatinate Purple #691A59

Tints of Palatinate Purple #691A59

Color information

#691A59 (or 0x691A59) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1A and 59. RGB value is (105,26,89). Sum of RGB (Red+Green+Blue) = 105+26+89=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #691A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691A59 is #96E5A6. Grayscale: #383838. Windows color (decimal): -9889191 or 5839465. OLE color: 5839465.

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

Color convert

RGB1052689-
CMYK00.750.150.59
HSL312.15º60.31%25.69%-
HSV(B)312.15º75.24%41.18%-
XYZ84.469.89-
YUV56.8146.17162.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=47.73%
G=11.82%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105268900.750.150.59312.1560.3125.69
Hex691A5904BF3B1383c1a
Octal15132131011317734707432
Binary110100111010101100101001011111111101110011100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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