#681465

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

Shades of Palatinate Purple #681465

Tints of Palatinate Purple #681465

Color information

#681465 (or 0x681465) is unknown color: approx Palatinate Purple. HEX triplet: 68, 14 and 65. RGB value is (104,20,101). Sum of RGB (Red+Green+Blue) = 104+20+101=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 101 (39.84% from 255 or 44.89% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #681465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681465 is #97EB9A. Grayscale: #363636. Windows color (decimal): -9956251 or 6624360. OLE color: 6624360.

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

Color convert

RGB10420101-
CMYK00.810.030.59
HSL302.14º67.74%24.31%-
HSV(B)302.14º80.77%40.78%-
XYZ8.314.3812.72-
YUV54.35154.33163.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 101 (39.84% from 255) = 44.89%
R=46.22%
G=8.89%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042010100.810.030.59302.1467.7424.31
Hex68146505133B12e4418
Octal15024145012137345610430
Binary11010001010011001010101000111111011100101110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681465; }

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

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

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

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

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

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

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

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