#693761

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

Shades of Palatinate Purple #693761

Tints of Palatinate Purple #693761

Color information

#693761 (or 0x693761) is unknown color: approx Palatinate Purple. HEX triplet: 69, 37 and 61. RGB value is (105,55,97). Sum of RGB (Red+Green+Blue) = 105+55+97=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #693761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693761 is #96C89E. Grayscale: #4A4A4A. Windows color (decimal): -9881759 or 6371177. OLE color: 6371177.

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

Color convert

RGB1055597-
CMYK00.480.080.59
HSL309.6º31.25%31.37%-
HSV(B)309.6º47.62%41.18%-
XYZ9.356.612.09-
YUV74.74140.56149.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=40.86%
G=21.40%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105559700.480.080.59309.631.2531.37
Hex69376103083B1361f1f
Octal1516714106010734663737
Binary11010011101111100001011000010001110111001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693761; }

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

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

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

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

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

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

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

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