#691964

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

Shades of Palatinate Purple #691964

Tints of Palatinate Purple #691964

Color information

#691964 (or 0x691964) is unknown color: approx Palatinate Purple. HEX triplet: 69, 19 and 64. RGB value is (105,25,100). Sum of RGB (Red+Green+Blue) = 105+25+100=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #691964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691964 is #96E69B. Grayscale: #393939. Windows color (decimal): -9889436 or 6560105. OLE color: 6560105.

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

Color convert

RGB10525100-
CMYK00.760.050.59
HSL303.75º61.54%25.49%-
HSV(B)303.75º76.19%41.18%-
XYZ8.474.6212.5-
YUV57.47152161.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 100 (39.45% from 255) = 43.48%
R=45.65%
G=10.87%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1052510000.760.050.59303.7561.5425.49
Hex69196404C53B1303e19
Octal1513114401145734607631
Binary11010011100111001000100110010111101110011000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691964; }

 p { color: rgb(105,25,100); }

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

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

 a { background-color: rgb(105,25,100); }

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

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

 span { border-color: rgb(105,25,100); }

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