#691259

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

Shades of Palatinate Purple #691259

Tints of Palatinate Purple #691259

Color information

#691259 (or 0x691259) is unknown color: approx Palatinate Purple. HEX triplet: 69, 12 and 59. RGB value is (105,18,89). Sum of RGB (Red+Green+Blue) = 105+18+89=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #691259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691259 is #96EDA6. Grayscale: #333333. Windows color (decimal): -9891239 or 5837417. OLE color: 5837417.

HSL color Cylindrical-coordinate representation of color #691259: hue angle of 311.03º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691259 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1051889-
CMYK00.830.150.59
HSL311.03º70.73%24.12%-
HSV(B)311.03º82.86%41.18%-
XYZ7.854.169.84-
YUV52.11148.82165.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.53%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=49.53%
G=8.49%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105188900.830.150.59311.0370.7324.12
Hex691259053F3B1374718
Octal151221310123177346710730
Binary1101001100101011001010100111111111011100110111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691259; }

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

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

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

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

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

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

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

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