#683066

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

Shades of Palatinate Purple #683066

Tints of Palatinate Purple #683066

Color information

#683066 (or 0x683066) is unknown color: approx Palatinate Purple. HEX triplet: 68, 30 and 66. RGB value is (104,48,102). Sum of RGB (Red+Green+Blue) = 104+48+102=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #683066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683066 is #97CF99. Grayscale: #464646. Windows color (decimal): -9949082 or 6697064. OLE color: 6697064.

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

Color convert

RGB10448102-
CMYK00.540.020.59
HSL302.14º36.84%29.8%-
HSV(B)302.14º53.85%40.78%-
XYZ9.166.0213.25-
YUV70.9145.55151.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 48 (19.14% from 255) = 18.90%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=40.94%
G=18.90%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1044810200.540.020.59302.1436.8429.8
Hex68306603623B12e251e
Octal150601460662734564536
Binary1101000110000110011001101101011101110010111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683066; }

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

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

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

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

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

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

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

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