#682460

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

Shades of Palatinate Purple #682460

Tints of Palatinate Purple #682460

Color information

#682460 (or 0x682460) is unknown color: approx Palatinate Purple. HEX triplet: 68, 24 and 60. RGB value is (104,36,96). Sum of RGB (Red+Green+Blue) = 104+36+96=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #682460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682460 is #97DB9F. Grayscale: #3F3F3F. Windows color (decimal): -9952160 or 6300776. OLE color: 6300776.

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

Color convert

RGB1043696-
CMYK00.650.080.59
HSL307.06º48.57%27.45%-
HSV(B)307.06º65.38%40.78%-
XYZ8.455.0511.6-
YUV63.17146.53157.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=44.07%
G=15.25%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104369600.650.080.59307.0648.5727.45
Hex68246004183B133311b
Octal15044140010110734636133
Binary1101000100100110000001000001100011101110011001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682460; }

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

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

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

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

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

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

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

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