#691E56

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

Shades of Palatinate Purple #691E56

Tints of Palatinate Purple #691E56

Color information

#691E56 (or 0x691E56) is unknown color: approx Palatinate Purple. HEX triplet: 69, 1E and 56. RGB value is (105,30,86). Sum of RGB (Red+Green+Blue) = 105+30+86=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #691E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691E56 is #96E1A9. Grayscale: #3A3A3A. Windows color (decimal): -9888170 or 5643881. OLE color: 5643881.

HSL color Cylindrical-coordinate representation of color #691E56: hue angle of 315.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #691E56 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1053086-
CMYK00.710.180.59
HSL315.2º55.56%26.47%-
HSV(B)315.2º71.43%41.18%-
XYZ7.974.69.27-
YUV58.81143.35160.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 86 (33.98% from 255) = 38.91%
R=47.51%
G=13.57%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105308600.710.180.59315.255.5626.47
Hex691E56047123B13b381a
Octal15136126010722734737032
Binary1101001111101010110010001111001011101110011101111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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