#683361

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

Shades of Palatinate Purple #683361

Tints of Palatinate Purple #683361

Color information

#683361 (or 0x683361) is unknown color: approx Palatinate Purple. HEX triplet: 68, 33 and 61. RGB value is (104,51,97). Sum of RGB (Red+Green+Blue) = 104+51+97=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #683361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683361 is #97CC9E. Grayscale: #474747. Windows color (decimal): -9948319 or 6370152. OLE color: 6370152.

HSL color Cylindrical-coordinate representation of color #683361: hue angle of 307.92º 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 #683361 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1045197-
CMYK00.510.070.59
HSL307.92º34.19%30.39%-
HSV(B)307.92º50.96%40.78%-
XYZ9.056.1712.02-
YUV72.09142.06150.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=41.27%
G=20.24%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104519700.510.070.59307.9234.1930.39
Hex68336103373B134221e
Octal150631410637734644236
Binary11010001100111100001011001111111101110011010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683361; }

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

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

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

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

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

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

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

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