#683662

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

Shades of Palatinate Purple #683662

Tints of Palatinate Purple #683662

Color information

#683662 (or 0x683662) is unknown color: approx Palatinate Purple. HEX triplet: 68, 36 and 62. RGB value is (104,54,98). Sum of RGB (Red+Green+Blue) = 104+54+98=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #683662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683662 is #97C99D. Grayscale: #494949. Windows color (decimal): -9947550 or 6436456. OLE color: 6436456.

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

Color convert

RGB1045498-
CMYK00.480.060.59
HSL307.2º31.65%30.98%-
HSV(B)307.2º48.08%40.78%-
XYZ9.236.4612.32-
YUV73.97141.56149.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=40.62%
G=21.09%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104549800.480.060.59307.231.6530.98
Hex68366203063B133201f
Octal150661420606734634037
Binary11010001101101100010011000011011101110011001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683662; }

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

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

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

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

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

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

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

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