#691553

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

Shades of Palatinate Purple #691553

Tints of Palatinate Purple #691553

Color information

#691553 (or 0x691553) is unknown color: approx Palatinate Purple. HEX triplet: 69, 15 and 53. RGB value is (105,21,83). Sum of RGB (Red+Green+Blue) = 105+21+83=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #691553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691553 is #96EAAC. Grayscale: #353535. Windows color (decimal): -9890477 or 5444969. OLE color: 5444969.

HSL color Cylindrical-coordinate representation of color #691553: hue angle of 315.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691553 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1052183-
CMYK00.800.210.59
HSL315.71º66.67%24.71%-
HSV(B)315.71º80%41.18%-
XYZ7.664.168.58-
YUV53.18144.83164.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 83 (32.81% from 255) = 39.71%
R=50.24%
G=10.05%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105218300.800.210.59315.7166.6724.71
Hex691553050153B13c4319
Octal151251230120257347410331
Binary11010011010110100110101000010101111011100111100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691553; }

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

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

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

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

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

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

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

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