#680464

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

Shades of Palatinate Purple #680464

Tints of Palatinate Purple #680464

Color information

#680464 (or 0x680464) is unknown color: approx Palatinate Purple. HEX triplet: 68, 04 and 64. RGB value is (104,4,100). Sum of RGB (Red+Green+Blue) = 104+4+100=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #680464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680464 is #97FB9B. Grayscale: #2C2C2C. Windows color (decimal): -9960348 or 6554728. OLE color: 6554728.

HSL color Cylindrical-coordinate representation of color #680464: hue angle of 302.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680464 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB1044100-
CMYK00.960.040.59
HSL302.4º92.59%21.18%-
HSV(B)302.4º96.15%40.78%-
XYZ8.053.9512.39-
YUV44.84159.13170.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 100 (39.45% from 255) = 48.08%
R=50%
G=1.92%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104410000.960.040.59302.492.5921.18
Hex6846406043B12e5d15
Octal1504144014047345613525
Binary1101000100110010001100000100111011100101110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680464; }

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

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

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

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

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

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

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

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