#682163

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

Shades of Palatinate Purple #682163

Tints of Palatinate Purple #682163

Color information

#682163 (or 0x682163) is unknown color: approx Palatinate Purple. HEX triplet: 68, 21 and 63. RGB value is (104,33,99). Sum of RGB (Red+Green+Blue) = 104+33+99=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #682163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682163 is #97DE9C. Grayscale: #3D3D3D. Windows color (decimal): -9952925 or 6496616. OLE color: 6496616.

HSL color Cylindrical-coordinate representation of color #682163: hue angle of 304.23º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682163 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1043399-
CMYK00.680.050.59
HSL304.23º51.82%26.86%-
HSV(B)304.23º68.27%40.78%-
XYZ8.54.9312.31-
YUV61.75149.02158.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 33 (13.28% from 255) = 13.98%
BLUE value IS 99 (39.06% from 255) = 41.95%
R=44.07%
G=13.98%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104339900.680.050.59304.2351.8226.86
Hex68216304453B130341b
Octal1504114301045734606433
Binary110100010000111000110100010010111101110011000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682163; }

 p { color: rgb(104,33,99); }

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

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

 a { background-color: rgb(104,33,99); }

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

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

 span { border-color: rgb(104,33,99); }

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