#682A63

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

Shades of Palatinate Purple #682A63

Tints of Palatinate Purple #682A63

Color information

#682A63 (or 0x682A63) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2A and 63. RGB value is (104,42,99). Sum of RGB (Red+Green+Blue) = 104+42+99=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #682A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A63 is #97D59C. Grayscale: #424242. Windows color (decimal): -9950621 or 6498920. OLE color: 6498920.

HSL color Cylindrical-coordinate representation of color #682A63: hue angle of 304.84º 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 #682A63 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1044299-
CMYK00.600.050.59
HSL304.84º42.47%28.63%-
HSV(B)304.84º59.62%40.78%-
XYZ8.795.512.4-
YUV67.04146.04154.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 42 (16.80% from 255) = 17.14%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=42.45%
G=17.14%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104429900.600.050.59304.8442.4728.63
Hex682A6303C53B1312a1d
Octal150521430745734615235
Binary11010001010101100011011110010111101110011000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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