#683560

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

Shades of Palatinate Purple #683560

Tints of Palatinate Purple #683560

Color information

#683560 (or 0x683560) is unknown color: approx Palatinate Purple. HEX triplet: 68, 35 and 60. RGB value is (104,53,96). Sum of RGB (Red+Green+Blue) = 104+53+96=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #683560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683560 is #97CA9F. Grayscale: #494949. Windows color (decimal): -9947808 or 6305128. OLE color: 6305128.

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

Color convert

RGB1045396-
CMYK00.490.080.59
HSL309.41º32.48%30.78%-
HSV(B)309.41º49.04%40.78%-
XYZ9.096.3311.81-
YUV73.15140.9150-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=41.11%
G=20.95%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104539600.490.080.59309.4132.4830.78
Hex68356003183B135201f
Octal1506514006110734654037
Binary110100011010111000000110001100011101110011010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683560; }

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

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

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

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

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

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

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

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