#683760

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

Shades of Palatinate Purple #683760

Tints of Palatinate Purple #683760

Color information

#683760 (or 0x683760) is unknown color: approx Palatinate Purple. HEX triplet: 68, 37 and 60. RGB value is (104,55,96). Sum of RGB (Red+Green+Blue) = 104+55+96=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #683760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683760 is #97C89F. Grayscale: #4A4A4A. Windows color (decimal): -9947296 or 6305640. OLE color: 6305640.

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

Color convert

RGB1045596-
CMYK00.470.080.59
HSL309.8º30.82%31.18%-
HSV(B)309.8º47.12%40.78%-
XYZ9.196.5211.84-
YUV74.32140.23149.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 55 (21.88% from 255) = 21.57%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=40.78%
G=21.57%
B=37.65%

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
Decimal104559600.470.080.59309.830.8231.18
Hex68376002F83B1361f1f
Octal1506714005710734663737
Binary11010001101111100000010111110001110111001101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683760; }

 p { color: rgb(104,55,96); }

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

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

 a { background-color: rgb(104,55,96); }

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

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

 span { border-color: rgb(104,55,96); }

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