#681260

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

Shades of Palatinate Purple #681260

Tints of Palatinate Purple #681260

Color information

#681260 (or 0x681260) is unknown color: approx Palatinate Purple. HEX triplet: 68, 12 and 60. RGB value is (104,18,96). Sum of RGB (Red+Green+Blue) = 104+18+96=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #681260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681260 is #97ED9F. Grayscale: #343434. Windows color (decimal): -9956768 or 6296168. OLE color: 6296168.

HSL color Cylindrical-coordinate representation of color #681260: hue angle of 305.58º 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 #681260 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB1041896-
CMYK00.830.080.59
HSL305.58º70.49%23.92%-
HSV(B)305.58º82.69%40.78%-
XYZ8.044.2211.46-
YUV52.61152.49164.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=47.71%
G=8.26%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104189600.830.080.59305.5870.4923.92
Hex68126005383B1324618
Octal150221400123107346210630
Binary1101000100101100000010100111000111011100110010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681260; }

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

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

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

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

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

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

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

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