#682564

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

Shades of Palatinate Purple #682564

Tints of Palatinate Purple #682564

Color information

#682564 (or 0x682564) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 64. RGB value is (104,37,100). Sum of RGB (Red+Green+Blue) = 104+37+100=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682564 is #97DA9B. Grayscale: #404040. Windows color (decimal): -9951900 or 6563176. OLE color: 6563176.

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

Color convert

RGB10437100-
CMYK00.640.040.59
HSL303.58º47.52%27.65%-
HSV(B)303.58º64.42%40.78%-
XYZ8.675.1912.6-
YUV64.22148.2156.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 100 (39.45% from 255) = 41.49%
R=43.15%
G=15.35%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043710000.640.040.59303.5847.5227.65
Hex68256404043B130301c
Octal1504514401004734606034
Binary110100010010111001000100000010011101110011000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682564; }

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

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

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

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

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

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

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

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