#691965

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

Shades of Palatinate Purple #691965

Tints of Palatinate Purple #691965

Color information

#691965 (or 0x691965) is unknown color: approx Palatinate Purple. HEX triplet: 69, 19 and 65. RGB value is (105,25,101). Sum of RGB (Red+Green+Blue) = 105+25+101=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #691965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691965 is #96E69A. Grayscale: #393939. Windows color (decimal): -9889435 or 6625641. OLE color: 6625641.

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

Color convert

RGB10525101-
CMYK00.760.040.59
HSL303º61.54%25.49%-
HSV(B)303º76.19%41.18%-
XYZ8.524.6412.76-
YUV57.58152.5161.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=45.45%
G=10.82%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1052510100.760.040.5930361.5425.49
Hex69196504C43B12f3e19
Octal1513114501144734577631
Binary11010011100111001010100110010011101110010111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691965; }

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

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

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

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

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

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

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

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