#691360

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

Shades of Palatinate Purple #691360

Tints of Palatinate Purple #691360

Color information

#691360 (or 0x691360) is unknown color: approx Palatinate Purple. HEX triplet: 69, 13 and 60. RGB value is (105,19,96). Sum of RGB (Red+Green+Blue) = 105+19+96=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #691360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691360 is #96EC9F. Grayscale: #353535. Windows color (decimal): -9890976 or 6296425. OLE color: 6296425.

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

Color convert

RGB1051996-
CMYK00.820.090.59
HSL306.28º69.35%24.31%-
HSV(B)306.28º81.9%41.18%-
XYZ8.174.3111.47-
YUV53.49151.99164.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=47.73%
G=8.64%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105199600.820.090.59306.2869.3524.31
Hex69136005293B1324518
Octal151231400122117346210530
Binary1101001100111100000010100101001111011100110010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691360; }

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

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

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

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

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

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

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

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