#691463

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

Shades of Palatinate Purple #691463

Tints of Palatinate Purple #691463

Color information

#691463 (or 0x691463) is unknown color: approx Palatinate Purple. HEX triplet: 69, 14 and 63. RGB value is (105,20,99). Sum of RGB (Red+Green+Blue) = 105+20+99=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #691463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691463 is #96EB9C. Grayscale: #363636. Windows color (decimal): -9890717 or 6493289. OLE color: 6493289.

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

Color convert

RGB1052099-
CMYK00.810.060.59
HSL304.24º68%24.51%-
HSV(B)304.24º80.95%41.18%-
XYZ8.334.412.22-
YUV54.42153.16164.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=46.88%
G=8.93%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105209900.810.060.59304.246824.51
Hex69146305163B1304419
Octal15124143012167346010431
Binary110100110100110001101010001110111011100110000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691463; }

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

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

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

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

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

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

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

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