#682A65

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

Shades of Palatinate Purple #682A65

Tints of Palatinate Purple #682A65

Color information

#682A65 (or 0x682A65) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2A and 65. RGB value is (104,42,101). Sum of RGB (Red+Green+Blue) = 104+42+101=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #682A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A65 is #97D59A. Grayscale: #434343. Windows color (decimal): -9950619 or 6629992. OLE color: 6629992.

HSL color Cylindrical-coordinate representation of color #682A65: hue angle of 302.9º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A65 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10442101-
CMYK00.600.030.59
HSL302.9º42.47%28.63%-
HSV(B)302.9º59.62%40.78%-
XYZ8.895.5412.91-
YUV67.26147.04154.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=42.11%
G=17.00%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1044210100.600.030.59302.942.4728.63
Hex682A6503C33B12f2a1d
Octal150521450743734575235
Binary1101000101010110010101111001111101110010111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,42,101); }

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

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

 a { background-color: rgb(104,42,101); }

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

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

 span { border-color: rgb(104,42,101); }

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