#691656

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

Shades of Palatinate Purple #691656

Tints of Palatinate Purple #691656

Color information

#691656 (or 0x691656) is unknown color: approx Palatinate Purple. HEX triplet: 69, 16 and 56. RGB value is (105,22,86). Sum of RGB (Red+Green+Blue) = 105+22+86=213 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.30% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 105 - color contains mainly: red. Hex color #691656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691656 is #96E9A9. Grayscale: #353535. Windows color (decimal): -9890218 or 5641833. OLE color: 5641833.

HSL color Cylindrical-coordinate representation of color #691656: hue angle of 313.73º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691656 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1052286-
CMYK00.790.180.59
HSL313.73º65.35%24.9%-
HSV(B)313.73º79.05%41.18%-
XYZ7.794.259.21-
YUV54.11146164.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.30%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=49.30%
G=10.33%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105228600.790.180.59313.7365.3524.9
Hex69165604F123B13a4119
Octal151261260117227347210131
Binary11010011011010101100100111110010111011100111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691656; }

 p { color: rgb(105,22,86); }

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

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

 a { background-color: rgb(105,22,86); }

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

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

 span { border-color: rgb(105,22,86); }

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