#682E60

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

Shades of Palatinate Purple #682E60

Tints of Palatinate Purple #682E60

Color information

#682E60 (or 0x682E60) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2E and 60. RGB value is (104,46,96). Sum of RGB (Red+Green+Blue) = 104+46+96=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #682E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E60 is #97D19F. Grayscale: #444444. Windows color (decimal): -9949600 or 6303336. OLE color: 6303336.

HSL color Cylindrical-coordinate representation of color #682E60: hue angle of 308.28º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E60 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1044696-
CMYK00.560.080.59
HSL308.28º38.67%29.41%-
HSV(B)308.28º55.77%40.78%-
XYZ8.85.7411.71-
YUV69.04143.22152.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=42.28%
G=18.70%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104469600.560.080.59308.2838.6729.41
Hex682E6003883B134271d
Octal1505614007010734644735
Binary110100010111011000000111000100011101110011010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682E60; }

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

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

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

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

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

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

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

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