#682067

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

Shades of Palatinate Purple #682067

Tints of Palatinate Purple #682067

Color information

#682067 (or 0x682067) is unknown color: approx Palatinate Purple. HEX triplet: 68, 20 and 67. RGB value is (104,32,103). Sum of RGB (Red+Green+Blue) = 104+32+103=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #682067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682067 is #97DF98. Grayscale: #3D3D3D. Windows color (decimal): -9953177 or 6758504. OLE color: 6758504.

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

Color convert

RGB10432103-
CMYK00.690.010.59
HSL300.83º52.94%26.67%-
HSV(B)300.83º69.23%40.78%-
XYZ8.674.9613.33-
YUV61.62151.35158.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=43.51%
G=13.39%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1043210300.690.010.59300.8352.9426.67
Hex68206704513B12d351b
Octal1504014701051734556533
Binary1101000100000110011101000101111101110010110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682067; }

 p { color: rgb(104,32,103); }

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

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

 a { background-color: rgb(104,32,103); }

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

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

 span { border-color: rgb(104,32,103); }

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