#691565

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

Shades of Palatinate Purple #691565

Tints of Palatinate Purple #691565

Color information

#691565 (or 0x691565) is unknown color: approx Palatinate Purple. HEX triplet: 69, 15 and 65. RGB value is (105,21,101). Sum of RGB (Red+Green+Blue) = 105+21+101=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #691565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691565 is #96EA9A. Grayscale: #373737. Windows color (decimal): -9890459 or 6624617. OLE color: 6624617.

HSL color Cylindrical-coordinate representation of color #691565: hue angle of 302.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691565 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB10521101-
CMYK00.800.040.59
HSL302.86º66.67%24.71%-
HSV(B)302.86º80%41.18%-
XYZ8.444.4812.73-
YUV55.24153.83163.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 101 (39.84% from 255) = 44.49%
R=46.26%
G=9.25%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1052110100.800.040.59302.8666.6724.71
Hex69156505043B12f4319
Octal15125145012047345710331
Binary110100110101110010101010000100111011100101111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691565; }

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

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

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

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

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

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

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

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