#693765

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

Shades of Palatinate Purple #693765

Tints of Palatinate Purple #693765

Color information

#693765 (or 0x693765) is unknown color: approx Palatinate Purple. HEX triplet: 69, 37 and 65. RGB value is (105,55,101). Sum of RGB (Red+Green+Blue) = 105+55+101=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #693765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693765 is #96C89A. Grayscale: #4B4B4B. Windows color (decimal): -9881755 or 6633321. OLE color: 6633321.

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

Color convert

RGB10555101-
CMYK00.480.040.59
HSL304.8º31.25%31.37%-
HSV(B)304.8º47.62%41.18%-
XYZ9.546.6813.1-
YUV75.19142.56149.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 101 (39.84% from 255) = 38.70%
R=40.23%
G=21.07%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1055510100.480.040.59304.831.2531.37
Hex69376503043B1311f1f
Octal151671450604734613737
Binary1101001110111110010101100001001110111001100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693765; }

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

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

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

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

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

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

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

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