#683758

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

Shades of Palatinate Purple #683758

Tints of Palatinate Purple #683758

Color information

#683758 (or 0x683758) is unknown color: approx Palatinate Purple. HEX triplet: 68, 37 and 58. RGB value is (104,55,88). Sum of RGB (Red+Green+Blue) = 104+55+88=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #683758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683758 is #97C8A7. Grayscale: #494949. Windows color (decimal): -9947304 or 5781352. OLE color: 5781352.

HSL color Cylindrical-coordinate representation of color #683758: hue angle of 319.59º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #683758 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1045588-
CMYK00.470.150.59
HSL319.59º30.82%31.18%-
HSV(B)319.59º47.12%40.78%-
XYZ8.846.3810-
YUV73.41136.23149.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.11%
GREEN value IS 55 (21.88% from 255) = 22.27%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=42.11%
G=22.27%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104558800.470.150.59319.5930.8231.18
Hex68375802FF3B1401f1f
Octal1506713005717735003737
Binary11010001101111011000010111111111110111010000001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683758; }

 p { color: rgb(104,55,88); }

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

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

 a { background-color: rgb(104,55,88); }

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

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

 span { border-color: rgb(104,55,88); }

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