#691055

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

Shades of Palatinate Purple #691055

Tints of Palatinate Purple #691055

Color information

#691055 (or 0x691055) is unknown color: approx Palatinate Purple. HEX triplet: 69, 10 and 55. RGB value is (105,16,85). Sum of RGB (Red+Green+Blue) = 105+16+85=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #691055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691055 is #96EFAA. Grayscale: #323232. Windows color (decimal): -9891755 or 5574761. OLE color: 5574761.

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

Color convert

RGB1051685-
CMYK00.850.190.59
HSL313.48º73.55%23.73%-
HSV(B)313.48º84.76%41.18%-
XYZ7.654.038.97-
YUV50.48147.49166.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.97%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=50.97%
G=7.77%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105168500.850.190.59313.4873.5523.73
Hex691055055133B1394a18
Octal151201250125237347111230
Binary11010011000010101010101010110011111011100111001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691055; }

 p { color: rgb(105,16,85); }

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

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

 a { background-color: rgb(105,16,85); }

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

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

 span { border-color: rgb(105,16,85); }

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