#682461

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

Shades of Palatinate Purple #682461

Tints of Palatinate Purple #682461

Color information

#682461 (or 0x682461) is unknown color: approx Palatinate Purple. HEX triplet: 68, 24 and 61. RGB value is (104,36,97). Sum of RGB (Red+Green+Blue) = 104+36+97=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682461 is #97DB9E. Grayscale: #3F3F3F. Windows color (decimal): -9952159 or 6366312. OLE color: 6366312.

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

Color convert

RGB1043697-
CMYK00.650.070.59
HSL306.18º48.57%27.45%-
HSV(B)306.18º65.38%40.78%-
XYZ8.55.0711.84-
YUV63.29147.03157.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=43.88%
G=15.19%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104369700.650.070.59306.1848.5727.45
Hex68246104173B132311b
Octal1504414101017734626133
Binary110100010010011000010100000111111101110011001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682461; }

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

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

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

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

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

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

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

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