#681162

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

Shades of Palatinate Purple #681162

Tints of Palatinate Purple #681162

Color information

#681162 (or 0x681162) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 62. RGB value is (104,17,98). Sum of RGB (Red+Green+Blue) = 104+17+98=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #681162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681162 is #97EE9D. Grayscale: #343434. Windows color (decimal): -9957022 or 6426984. OLE color: 6426984.

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

Color convert

RGB1041798-
CMYK00.840.060.59
HSL304.14º71.9%23.73%-
HSV(B)304.14º83.65%40.78%-
XYZ8.114.2311.94-
YUV52.25153.82164.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=47.49%
G=7.76%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104179800.840.060.59304.1471.923.73
Hex68116205463B1304818
Octal15021142012467346011030
Binary110100010001110001001010100110111011100110000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681162; }

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

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

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

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

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

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

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

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