#682865

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

Shades of Palatinate Purple #682865

Tints of Palatinate Purple #682865

Color information

#682865 (or 0x682865) is unknown color: approx Palatinate Purple. HEX triplet: 68, 28 and 65. RGB value is (104,40,101). Sum of RGB (Red+Green+Blue) = 104+40+101=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #682865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682865 is #97D79A. Grayscale: #414141. Windows color (decimal): -9951131 or 6629480. OLE color: 6629480.

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

Color convert

RGB10440101-
CMYK00.620.030.59
HSL302.81º44.44%28.24%-
HSV(B)302.81º61.54%40.78%-
XYZ8.825.412.89-
YUV66.09147.7155.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=42.45%
G=16.33%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1044010100.620.030.59302.8144.4428.24
Hex68286503E33B12f2c1c
Octal150501450763734575434
Binary1101000101000110010101111101111101110010111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682865; }

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

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

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

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

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

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

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

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