#691253

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

Shades of Palatinate Purple #691253

Tints of Palatinate Purple #691253

Color information

#691253 (or 0x691253) is unknown color: approx Palatinate Purple. HEX triplet: 69, 12 and 53. RGB value is (105,18,83). Sum of RGB (Red+Green+Blue) = 105+18+83=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #691253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691253 is #96EDAC. Grayscale: #333333. Windows color (decimal): -9891245 or 5444201. OLE color: 5444201.

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

Color convert

RGB1051883-
CMYK00.830.210.59
HSL315.17º70.73%24.12%-
HSV(B)315.17º82.86%41.18%-
XYZ7.64.068.57-
YUV51.42145.82166.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=50.97%
G=8.74%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105188300.830.210.59315.1770.7324.12
Hex691253053153B13b4718
Octal151221230123257347310730
Binary11010011001010100110101001110101111011100111011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691253; }

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

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

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

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

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

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

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

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