#682753

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

Shades of Palatinate Purple #682753

Tints of Palatinate Purple #682753

Color information

#682753 (or 0x682753) is unknown color: approx Palatinate Purple. HEX triplet: 68, 27 and 53. RGB value is (104,39,83). Sum of RGB (Red+Green+Blue) = 104+39+83=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #682753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682753 is #97D8AC. Grayscale: #3F3F3F. Windows color (decimal): -9951405 or 5449576. OLE color: 5449576.

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

Color convert

RGB1043983-
CMYK00.620.200.59
HSL319.38º45.45%28.04%-
HSV(B)319.38º62.5%40.78%-
XYZ85.028.73-
YUV63.45139.03156.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 39 (15.62% from 255) = 17.26%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=46.02%
G=17.26%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104398300.620.200.59319.3845.4528.04
Hex68275303E143B13f2d1c
Octal1504712307624734775534
Binary1101000100111101001101111101010011101110011111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682753; }

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

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

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

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

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

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

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

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