#681261

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

Shades of Palatinate Purple #681261

Tints of Palatinate Purple #681261

Color information

#681261 (or 0x681261) is unknown color: approx Palatinate Purple. HEX triplet: 68, 12 and 61. RGB value is (104,18,97). Sum of RGB (Red+Green+Blue) = 104+18+97=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681261 is #97ED9E. Grayscale: #343434. Windows color (decimal): -9956767 or 6361704. OLE color: 6361704.

HSL color Cylindrical-coordinate representation of color #681261: hue angle of 304.88º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681261 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1041897-
CMYK00.830.070.59
HSL304.88º70.49%23.92%-
HSV(B)304.88º82.69%40.78%-
XYZ8.084.2411.7-
YUV52.72152.99164.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=47.49%
G=8.22%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104189700.830.070.59304.8870.4923.92
Hex68126105373B1314618
Octal15022141012377346110630
Binary110100010010110000101010011111111011100110001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681261; }

 p { color: rgb(104,18,97); }

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

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

 a { background-color: rgb(104,18,97); }

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

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

 span { border-color: rgb(104,18,97); }

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