#682161

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

Shades of Palatinate Purple #682161

Tints of Palatinate Purple #682161

Color information

#682161 (or 0x682161) is unknown color: approx Palatinate Purple. HEX triplet: 68, 21 and 61. RGB value is (104,33,97). Sum of RGB (Red+Green+Blue) = 104+33+97=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #682161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682161 is #97DE9E. Grayscale: #3D3D3D. Windows color (decimal): -9952927 or 6365544. OLE color: 6365544.

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

Color convert

RGB1043397-
CMYK00.680.070.59
HSL305.92º51.82%26.86%-
HSV(B)305.92º68.27%40.78%-
XYZ8.414.8911.81-
YUV61.52148.02158.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 33 (13.28% from 255) = 14.10%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=44.44%
G=14.10%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104339700.680.070.59305.9251.8226.86
Hex68216104473B132341b
Octal1504114101047734626433
Binary110100010000111000010100010011111101110011001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682161; }

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

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

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

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

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

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

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

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