#691460

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

Shades of Palatinate Purple #691460

Tints of Palatinate Purple #691460

Color information

#691460 (or 0x691460) is unknown color: approx Palatinate Purple. HEX triplet: 69, 14 and 60. RGB value is (105,20,96). Sum of RGB (Red+Green+Blue) = 105+20+96=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #691460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691460 is #96EB9F. Grayscale: #353535. Windows color (decimal): -9890720 or 6296681. OLE color: 6296681.

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

Color convert

RGB1052096-
CMYK00.810.090.59
HSL306.35º68%24.51%-
HSV(B)306.35º80.95%41.18%-
XYZ8.194.3511.47-
YUV54.08151.66164.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=47.51%
G=9.05%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105209600.810.090.59306.356824.51
Hex69146005193B1324419
Octal151241400121117346210431
Binary1101001101001100000010100011001111011100110010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691460; }

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

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

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

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

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

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

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

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