#682560

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

Shades of Palatinate Purple #682560

Tints of Palatinate Purple #682560

Color information

#682560 (or 0x682560) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 60. RGB value is (104,37,96). Sum of RGB (Red+Green+Blue) = 104+37+96=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682560 is #97DA9F. Grayscale: #3F3F3F. Windows color (decimal): -9951904 or 6301032. OLE color: 6301032.

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

Color convert

RGB1043796-
CMYK00.640.080.59
HSL307.16º47.52%27.65%-
HSV(B)307.16º64.42%40.78%-
XYZ8.485.1111.61-
YUV63.76146.2156.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=43.88%
G=15.61%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104379600.640.080.59307.1647.5227.65
Hex68256004083B133301c
Octal15045140010010734636034
Binary1101000100101110000001000000100011101110011001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682560; }

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

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

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

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

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

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

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

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