#682365

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

Shades of Palatinate Purple #682365

Tints of Palatinate Purple #682365

Color information

#682365 (or 0x682365) is unknown color: approx Palatinate Purple. HEX triplet: 68, 23 and 65. RGB value is (104,35,101). Sum of RGB (Red+Green+Blue) = 104+35+101=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682365 is #97DC9A. Grayscale: #3E3E3E. Windows color (decimal): -9952411 or 6628200. OLE color: 6628200.

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

Color convert

RGB10435101-
CMYK00.660.030.59
HSL302.61º49.64%27.25%-
HSV(B)302.61º66.35%40.78%-
XYZ8.665.0812.84-
YUV63.16149.36157.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=43.33%
G=14.58%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043510100.660.030.59302.6149.6427.25
Hex68236504233B12f321b
Octal1504314501023734576233
Binary11010001000111100101010000101111101110010111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682365; }

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

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

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

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

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

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

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

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