#683355

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

Shades of Palatinate Purple #683355

Tints of Palatinate Purple #683355

Color information

#683355 (or 0x683355) is unknown color: approx Palatinate Purple. HEX triplet: 68, 33 and 55. RGB value is (104,51,85). Sum of RGB (Red+Green+Blue) = 104+51+85=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #683355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683355 is #97CCAA. Grayscale: #464646. Windows color (decimal): -9948331 or 5583720. OLE color: 5583720.

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

Color convert

RGB1045185-
CMYK00.510.180.59
HSL321.51º34.19%30.39%-
HSV(B)321.51º50.96%40.78%-
XYZ8.535.979.3-
YUV70.72136.06151.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.33%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=43.33%
G=21.25%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104518500.510.180.59321.5134.1930.39
Hex683355033123B142221e
Octal1506312506322735024236
Binary1101000110011101010101100111001011101110100001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683355; }

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

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

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

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

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

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

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

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