#681962

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

Shades of Palatinate Purple #681962

Tints of Palatinate Purple #681962

Color information

#681962 (or 0x681962) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 62. RGB value is (104,25,98). Sum of RGB (Red+Green+Blue) = 104+25+98=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #681962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681962 is #97E69D. Grayscale: #383838. Windows color (decimal): -9954974 or 6429032. OLE color: 6429032.

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

Color convert

RGB1042598-
CMYK00.760.060.59
HSL304.56º61.24%25.29%-
HSV(B)304.56º75.96%40.78%-
XYZ8.264.5211.99-
YUV56.94151.17161.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=45.81%
G=11.01%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104259800.760.060.59304.5661.2425.29
Hex68196204C63B1313d19
Octal1503114201146734617531
Binary11010001100111000100100110011011101110011000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681962; }

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

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

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

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

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

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

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

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