#682765

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

Shades of Palatinate Purple #682765

Tints of Palatinate Purple #682765

Color information

#682765 (or 0x682765) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 65. RGB value is (104,39,101). Sum of RGB (Red+Green+Blue) = 104+39+101=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #682765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682765 is #97D89A. Grayscale: #414141. Windows color (decimal): -9951387 or 6629224. OLE color: 6629224.

HSL color Cylindrical-coordinate representation of color #682765: hue angle of 302.77º degrees, saturation: 0.45, 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 #682765 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10439101-
CMYK00.620.030.59
HSL302.77º45.45%28.04%-
HSV(B)302.77º62.5%40.78%-
XYZ8.785.3312.88-
YUV65.5148.03155.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 101 (39.84% from 255) = 41.39%
R=42.62%
G=15.98%
B=41.39%

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
Decimal1043910100.620.030.59302.7745.4528.04
Hex68276503E33B12f2d1c
Octal150471450763734575534
Binary1101000100111110010101111101111101110010111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682765; }

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

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

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

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

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

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

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

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