#683359

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

Shades of Palatinate Purple #683359

Tints of Palatinate Purple #683359

Color information

#683359 (or 0x683359) is unknown color: approx Palatinate Purple. HEX triplet: 68, 33 and 59. RGB value is (104,51,89). Sum of RGB (Red+Green+Blue) = 104+51+89=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #683359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683359 is #97CCA6. Grayscale: #474747. Windows color (decimal): -9948327 or 5845864. OLE color: 5845864.

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

Color convert

RGB1045189-
CMYK00.510.140.59
HSL316.98º34.19%30.39%-
HSV(B)316.98º50.96%40.78%-
XYZ8.76.0310.16-
YUV71.18138.06151.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=42.62%
G=20.90%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104518900.510.140.59316.9834.1930.39
Hex683359033E3B13d221e
Octal1506313106316734754236
Binary110100011001110110010110011111011101110011110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683359; }

 p { color: rgb(104,51,89); }

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

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

 a { background-color: rgb(104,51,89); }

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

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

 span { border-color: rgb(104,51,89); }

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