#681965

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

Shades of Palatinate Purple #681965

Tints of Palatinate Purple #681965

Color information

#681965 (or 0x681965) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 65. RGB value is (104,25,101). Sum of RGB (Red+Green+Blue) = 104+25+101=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #681965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681965 is #97E69A. Grayscale: #393939. Windows color (decimal): -9954971 or 6625640. OLE color: 6625640.

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

Color convert

RGB10425101-
CMYK00.760.030.59
HSL302.28º61.24%25.29%-
HSV(B)302.28º75.96%40.78%-
XYZ8.414.5812.75-
YUV57.28152.67161.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 101 (39.84% from 255) = 43.91%
R=45.22%
G=10.87%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1042510100.760.030.59302.2861.2425.29
Hex68196504C33B12e3d19
Octal1503114501143734567531
Binary1101000110011100101010011001111101110010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681965; }

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

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

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

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

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

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

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

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