#682565

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

Shades of Palatinate Purple #682565

Tints of Palatinate Purple #682565

Color information

#682565 (or 0x682565) is unknown color: approx Palatinate Purple. HEX triplet: 68, 25 and 65. RGB value is (104,37,101). Sum of RGB (Red+Green+Blue) = 104+37+101=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682565 is #97DA9A. Grayscale: #404040. Windows color (decimal): -9951899 or 6628712. OLE color: 6628712.

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

Color convert

RGB10437101-
CMYK00.640.030.59
HSL302.69º47.52%27.65%-
HSV(B)302.69º64.42%40.78%-
XYZ8.725.2112.86-
YUV64.33148.7156.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=42.98%
G=15.29%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043710100.640.030.59302.6947.5227.65
Hex68256504033B12f301c
Octal1504514501003734576034
Binary11010001001011100101010000001111101110010111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682565; }

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

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

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

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

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

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

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

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