#682065

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

Shades of Palatinate Purple #682065

Tints of Palatinate Purple #682065

Color information

#682065 (or 0x682065) is unknown color: approx Palatinate Purple. HEX triplet: 68, 20 and 65. RGB value is (104,32,101). Sum of RGB (Red+Green+Blue) = 104+32+101=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682065 is #97DF9A. Grayscale: #3D3D3D. Windows color (decimal): -9953179 or 6627432. OLE color: 6627432.

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

Color convert

RGB10432101-
CMYK00.690.030.59
HSL302.5º52.94%26.67%-
HSV(B)302.5º69.23%40.78%-
XYZ8.574.9212.81-
YUV61.39150.35158.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 101 (39.84% from 255) = 42.62%
R=43.88%
G=13.50%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043210100.690.030.59302.552.9426.67
Hex68206504533B12e351b
Octal1504014501053734566533
Binary11010001000001100101010001011111101110010111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682065; }

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

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

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

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

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

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

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

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