#682261

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

Shades of Palatinate Purple #682261

Tints of Palatinate Purple #682261

Color information

#682261 (or 0x682261) is unknown color: approx Palatinate Purple. HEX triplet: 68, 22 and 61. RGB value is (104,34,97). Sum of RGB (Red+Green+Blue) = 104+34+97=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #682261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682261 is #97DD9E. Grayscale: #3D3D3D. Windows color (decimal): -9952671 or 6365800. OLE color: 6365800.

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

Color convert

RGB1043497-
CMYK00.670.070.59
HSL306º50.72%27.06%-
HSV(B)306º67.31%40.78%-
XYZ8.444.9511.82-
YUV62.11147.69157.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=44.26%
G=14.47%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104349700.670.070.5930650.7227.06
Hex68226104373B132331b
Octal1504214101037734626333
Binary110100010001011000010100001111111101110011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682261; }

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

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

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

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

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

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

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

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