#683F5F

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

Shades of Palatinate Purple #683F5F

Tints of Palatinate Purple #683F5F

Color information

#683F5F (or 0x683F5F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 3F and 5F. RGB value is (104,63,95). Sum of RGB (Red+Green+Blue) = 104+63+95=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #683F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F5F is #97C0A0. Grayscale: #4E4E4E. Windows color (decimal): -9945249 or 6242152. OLE color: 6242152.

HSL color Cylindrical-coordinate representation of color #683F5F: hue angle of 313.17º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F5F is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1046395-
CMYK00.390.090.59
HSL313.17º24.55%32.75%-
HSV(B)313.17º39.42%40.78%-
XYZ9.557.3211.74-
YUV78.91137.08145.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=39.69%
G=24.05%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104639500.390.090.59313.1724.5532.75
Hex683F5F02793B1391921
Octal1507713704711734713141
Binary110100011111110111110100111100111101110011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,63,95); }

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

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

 a { background-color: rgb(104,63,95); }

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

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

 span { border-color: rgb(104,63,95); }

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