#681065

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

Shades of Palatinate Purple #681065

Tints of Palatinate Purple #681065

Color information

#681065 (or 0x681065) is unknown color: approx Palatinate Purple. HEX triplet: 68, 10 and 65. RGB value is (104,16,101). Sum of RGB (Red+Green+Blue) = 104+16+101=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #681065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681065 is #97EF9A. Grayscale: #333333. Windows color (decimal): -9957275 or 6623336. OLE color: 6623336.

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

Color convert

RGB10416101-
CMYK00.850.030.59
HSL302.05º73.33%23.53%-
HSV(B)302.05º84.62%40.78%-
XYZ8.244.2512.7-
YUV52155.65165.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 101 (39.84% from 255) = 45.70%
R=47.06%
G=7.24%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041610100.850.030.59302.0573.3323.53
Hex68106505533B12e4918
Octal15020145012537345611130
Binary11010001000011001010101010111111011100101110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681065; }

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

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

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

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

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

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

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

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