#682164

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

Shades of Palatinate Purple #682164

Tints of Palatinate Purple #682164

Color information

#682164 (or 0x682164) is unknown color: approx Palatinate Purple. HEX triplet: 68, 21 and 64. RGB value is (104,33,100). Sum of RGB (Red+Green+Blue) = 104+33+100=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682164 is #97DE9B. Grayscale: #3D3D3D. Windows color (decimal): -9952924 or 6562152. OLE color: 6562152.

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

Color convert

RGB10433100-
CMYK00.680.040.59
HSL303.38º51.82%26.86%-
HSV(B)303.38º68.27%40.78%-
XYZ8.554.9512.56-
YUV61.87149.52158.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=43.88%
G=13.92%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043310000.680.040.59303.3851.8226.86
Hex68216404443B12f341b
Octal1504114401044734576433
Binary110100010000111001000100010010011101110010111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682164; }

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

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

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

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

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

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

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

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