#683A5C

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

Shades of Palatinate Purple #683A5C

Tints of Palatinate Purple #683A5C

Color information

#683A5C (or 0x683A5C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 3A and 5C. RGB value is (104,58,92). Sum of RGB (Red+Green+Blue) = 104+58+92=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #683A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683A5C is #97C5A3. Grayscale: #4B4B4B. Windows color (decimal): -9946532 or 6044264. OLE color: 6044264.

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

Color convert

RGB1045892-
CMYK00.440.120.59
HSL315.65º28.4%31.76%-
HSV(B)315.65º44.23%40.78%-
XYZ9.156.7410.94-
YUV75.63137.24148.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=40.94%
G=22.83%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104589200.440.120.59315.6528.431.76
Hex683A5C02CC3B13c1c20
Octal1507213405414734743440
Binary110100011101010111000101100110011101110011110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683A5C; }

 p { color: rgb(104,58,92); }

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

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

 a { background-color: rgb(104,58,92); }

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

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

 span { border-color: rgb(104,58,92); }

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