#681362

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

Shades of Palatinate Purple #681362

Tints of Palatinate Purple #681362

Color information

#681362 (or 0x681362) is unknown color: approx Palatinate Purple. HEX triplet: 68, 13 and 62. RGB value is (104,19,98). Sum of RGB (Red+Green+Blue) = 104+19+98=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #681362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681362 is #97EC9D. Grayscale: #353535. Windows color (decimal): -9956510 or 6427496. OLE color: 6427496.

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

Color convert

RGB1041998-
CMYK00.820.060.59
HSL304.24º69.11%24.12%-
HSV(B)304.24º81.73%40.78%-
XYZ8.154.2911.95-
YUV53.42153.16164.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=47.06%
G=8.60%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104199800.820.060.59304.2469.1124.12
Hex68136205263B1304518
Octal15023142012267346010530
Binary110100010011110001001010010110111011100110000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681362; }

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

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

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

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

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

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

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

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