#680562

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

Shades of Palatinate Purple #680562

Tints of Palatinate Purple #680562

Color information

#680562 (or 0x680562) is unknown color: approx Palatinate Purple. HEX triplet: 68, 05 and 62. RGB value is (104,5,98). Sum of RGB (Red+Green+Blue) = 104+5+98=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #680562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680562 is #97FA9D. Grayscale: #2C2C2C. Windows color (decimal): -9960094 or 6423912. OLE color: 6423912.

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

Color convert

RGB104598-
CMYK00.950.060.59
HSL303.64º90.83%21.37%-
HSV(B)303.64º95.19%40.78%-
XYZ7.973.9311.89-
YUV45.2157.8169.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=50.24%
G=2.42%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10459800.950.060.59303.6490.8321.37
Hex6856205F63B1305b15
Octal1505142013767346013325
Binary1101000101110001001011111110111011100110000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680562; }

 p { color: rgb(104,5,98); }

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

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

 a { background-color: rgb(104,5,98); }

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

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

 span { border-color: rgb(104,5,98); }

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