#681A62

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

Shades of Palatinate Purple #681A62

Tints of Palatinate Purple #681A62

Color information

#681A62 (or 0x681A62) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1A and 62. RGB value is (104,26,98). Sum of RGB (Red+Green+Blue) = 104+26+98=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #681A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A62 is #97E59D. Grayscale: #393939. Windows color (decimal): -9954718 or 6429288. OLE color: 6429288.

HSL color Cylindrical-coordinate representation of color #681A62: hue angle of 304.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A62 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1042698-
CMYK00.750.060.59
HSL304.62º60%25.49%-
HSV(B)304.62º75%40.78%-
XYZ8.284.5612-
YUV57.53150.84161.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 98 (38.67% from 255) = 42.98%
R=45.61%
G=11.40%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104269800.750.060.59304.626025.49
Hex681A6204B63B1313c19
Octal1503214201136734617431
Binary11010001101011000100100101111011101110011000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681A62; }

 p { color: rgb(104,26,98); }

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

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

 a { background-color: rgb(104,26,98); }

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

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

 span { border-color: rgb(104,26,98); }

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