#681464

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

Shades of Palatinate Purple #681464

Tints of Palatinate Purple #681464

Color information

#681464 (or 0x681464) is unknown color: approx Palatinate Purple. HEX triplet: 68, 14 and 64. RGB value is (104,20,100). Sum of RGB (Red+Green+Blue) = 104+20+100=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #681464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681464 is #97EB9B. Grayscale: #363636. Windows color (decimal): -9956252 or 6558824. OLE color: 6558824.

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

Color convert

RGB10420100-
CMYK00.810.040.59
HSL302.86º67.74%24.31%-
HSV(B)302.86º80.77%40.78%-
XYZ8.264.3612.46-
YUV54.24153.83163.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 20 (8.20% from 255) = 8.93%
BLUE value IS 100 (39.45% from 255) = 44.64%
R=46.43%
G=8.93%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042010000.810.040.59302.8667.7424.31
Hex68146405143B12f4418
Octal15024144012147345710430
Binary110100010100110010001010001100111011100101111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681464; }

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

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

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

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

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

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

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

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