#682563

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

Shades of Palatinate Purple #682563

Tints of Palatinate Purple #682563

Color information

#682563 (or 0x682563) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 63. RGB value is (104,37,99). Sum of RGB (Red+Green+Blue) = 104+37+99=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682563 is #97DA9C. Grayscale: #3F3F3F. Windows color (decimal): -9951901 or 6497640. OLE color: 6497640.

HSL color Cylindrical-coordinate representation of color #682563: hue angle of 304.48º 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 #682563 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1043799-
CMYK00.640.050.59
HSL304.48º47.52%27.65%-
HSV(B)304.48º64.42%40.78%-
XYZ8.625.1712.35-
YUV64.1147.7156.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=43.33%
G=15.42%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104379900.640.050.59304.4847.5227.65
Hex68256304053B130301c
Octal1504514301005734606034
Binary110100010010111000110100000010111101110011000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682563; }

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

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

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

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

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

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

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

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