#683055

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

Shades of Palatinate Purple #683055

Tints of Palatinate Purple #683055

Color information

#683055 (or 0x683055) is unknown color: approx Palatinate Purple. HEX triplet: 68, 30 and 55. RGB value is (104,48,85). Sum of RGB (Red+Green+Blue) = 104+48+85=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #683055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683055 is #97CFAA. Grayscale: #444444. Windows color (decimal): -9949099 or 5582952. OLE color: 5582952.

HSL color Cylindrical-coordinate representation of color #683055: hue angle of 320.36º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683055 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1044885-
CMYK00.540.180.59
HSL320.36º36.84%29.8%-
HSV(B)320.36º53.85%40.78%-
XYZ8.415.719.25-
YUV68.96137.05152.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=43.88%
G=20.25%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104488500.540.180.59320.3636.8429.8
Hex683055036123B140251e
Octal1506012506622735004536
Binary1101000110000101010101101101001011101110100000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683055; }

 p { color: rgb(104,48,85); }

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

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

 a { background-color: rgb(104,48,85); }

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

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

 span { border-color: rgb(104,48,85); }

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