#683162

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

Shades of Palatinate Purple #683162

Tints of Palatinate Purple #683162

Color information

#683162 (or 0x683162) is unknown color: approx Palatinate Purple. HEX triplet: 68, 31 and 62. RGB value is (104,49,98). Sum of RGB (Red+Green+Blue) = 104+49+98=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #683162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683162 is #97CE9D. Grayscale: #464646. Windows color (decimal): -9948830 or 6435176. OLE color: 6435176.

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

Color convert

RGB1044998-
CMYK00.530.060.59
HSL306.55º35.95%30%-
HSV(B)306.55º52.88%40.78%-
XYZ9.016.0212.24-
YUV71.03143.22151.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=41.43%
G=19.52%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104499800.530.060.59306.5535.9530
Hex68316203563B133241e
Octal150611420656734634436
Binary11010001100011100010011010111011101110011001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683162; }

 p { color: rgb(104,49,98); }

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

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

 a { background-color: rgb(104,49,98); }

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

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

 span { border-color: rgb(104,49,98); }

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