#691555

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

Shades of Palatinate Purple #691555

Tints of Palatinate Purple #691555

Color information

#691555 (or 0x691555) is unknown color: approx Palatinate Purple. HEX triplet: 69, 15 and 55. RGB value is (105,21,85). Sum of RGB (Red+Green+Blue) = 105+21+85=211 (27% of max value = 765). Red value is 105 (41.41% from 255 or 49.76% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 105 - color contains mainly: red. Hex color #691555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691555 is #96EAAA. Grayscale: #353535. Windows color (decimal): -9890475 or 5576041. OLE color: 5576041.

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

Color convert

RGB1052185-
CMYK00.800.190.59
HSL314.29º66.67%24.71%-
HSV(B)314.29º80%41.18%-
XYZ7.734.29-
YUV53.41145.83164.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 49.76%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=49.76%
G=9.95%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105218500.800.190.59314.2966.6724.71
Hex691555050133B13a4319
Octal151251250120237347210331
Binary11010011010110101010101000010011111011100111010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691555; }

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

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

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

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

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

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

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

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