#681462

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

Shades of Palatinate Purple #681462

Tints of Palatinate Purple #681462

Color information

#681462 (or 0x681462) is unknown color: approx Palatinate Purple. HEX triplet: 68, 14 and 62. RGB value is (104,20,98). Sum of RGB (Red+Green+Blue) = 104+20+98=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #681462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681462 is #97EB9D. Grayscale: #353535. Windows color (decimal): -9956254 or 6427752. OLE color: 6427752.

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

Color convert

RGB1042098-
CMYK00.810.060.59
HSL304.29º67.74%24.31%-
HSV(B)304.29º80.77%40.78%-
XYZ8.164.3311.96-
YUV54.01152.83163.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 98 (38.67% from 255) = 44.14%
R=46.85%
G=9.01%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104209800.810.060.59304.2967.7424.31
Hex68146205163B1304418
Octal15024142012167346010430
Binary110100010100110001001010001110111011100110000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681462; }

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

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

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

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

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

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

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

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