#682960

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

Shades of Palatinate Purple #682960

Tints of Palatinate Purple #682960

Color information

#682960 (or 0x682960) is unknown color: approx Palatinate Purple. HEX triplet: 68, 29 and 60. RGB value is (104,41,96). Sum of RGB (Red+Green+Blue) = 104+41+96=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682960 is #97D69F. Grayscale: #414141. Windows color (decimal): -9950880 or 6302056. OLE color: 6302056.

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

Color convert

RGB1044196-
CMYK00.610.080.59
HSL307.62º43.45%28.43%-
HSV(B)307.62º60.58%40.78%-
XYZ8.615.3711.65-
YUV66.11144.87155.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=43.15%
G=17.01%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104419600.610.080.59307.6243.4528.43
Hex68296003D83B1342b1c
Octal1505114007510734645334
Binary110100010100111000000111101100011101110011010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682960; }

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

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

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

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

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

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

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

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