#682160

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

Shades of Palatinate Purple #682160

Tints of Palatinate Purple #682160

Color information

#682160 (or 0x682160) is unknown color: approx Palatinate Purple. HEX triplet: 68, 21 and 60. RGB value is (104,33,96). Sum of RGB (Red+Green+Blue) = 104+33+96=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #682160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682160 is #97DE9F. Grayscale: #3D3D3D. Windows color (decimal): -9952928 or 6300008. OLE color: 6300008.

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

Color convert

RGB1043396-
CMYK00.680.080.59
HSL306.76º51.82%26.86%-
HSV(B)306.76º68.27%40.78%-
XYZ8.364.8811.57-
YUV61.41147.52158.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 33 (13.28% from 255) = 14.16%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=44.64%
G=14.16%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104339600.680.080.59306.7651.8226.86
Hex68216004483B133341b
Octal15041140010410734636433
Binary1101000100001110000001000100100011101110011001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682160; }

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

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

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

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

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

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

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

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