#693861

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

Shades of Palatinate Purple #693861

Tints of Palatinate Purple #693861

Color information

#693861 (or 0x693861) is unknown color: approx Palatinate Purple. HEX triplet: 69, 38 and 61. RGB value is (105,56,97). Sum of RGB (Red+Green+Blue) = 105+56+97=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #693861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693861 is #96C79E. Grayscale: #4B4B4B. Windows color (decimal): -9881503 or 6371433. OLE color: 6371433.

HSL color Cylindrical-coordinate representation of color #693861: hue angle of 309.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #693861 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1055697-
CMYK00.470.080.59
HSL309.8º30.43%31.57%-
HSV(B)309.8º46.67%41.18%-
XYZ9.46.6912.11-
YUV75.32140.23149.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 56 (22.27% from 255) = 21.71%
BLUE value IS 97 (38.28% from 255) = 37.60%
R=40.70%
G=21.71%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105569700.470.080.59309.830.4331.57
Hex69386102F83B1361e20
Octal1517014105710734663640
Binary110100111100011000010101111100011101110011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693861; }

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

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

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

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

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

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

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

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