#691860

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

Shades of Palatinate Purple #691860

Tints of Palatinate Purple #691860

Color information

#691860 (or 0x691860) is unknown color: approx Palatinate Purple. HEX triplet: 69, 18 and 60. RGB value is (105,24,96). Sum of RGB (Red+Green+Blue) = 105+24+96=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #691860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691860 is #96E79F. Grayscale: #383838. Windows color (decimal): -9889696 or 6297705. OLE color: 6297705.

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

Color convert

RGB1052496-
CMYK00.770.090.59
HSL306.67º62.79%25.29%-
HSV(B)306.67º77.14%41.18%-
XYZ8.264.511.5-
YUV56.43150.34162.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=46.67%
G=10.67%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105249600.770.090.59306.6762.7925.29
Hex69186004D93B1333f19
Octal15130140011511734637731
Binary110100111000110000001001101100111101110011001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691860; }

 p { color: rgb(105,24,96); }

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

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

 a { background-color: rgb(105,24,96); }

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

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

 span { border-color: rgb(105,24,96); }

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