#682B55

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

Shades of Palatinate Purple #682B55

Tints of Palatinate Purple #682B55

Color information

#682B55 (or 0x682B55) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2B and 55. RGB value is (104,43,85). Sum of RGB (Red+Green+Blue) = 104+43+85=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #682B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B55 is #97D4AA. Grayscale: #414141. Windows color (decimal): -9950379 or 5581672. OLE color: 5581672.

HSL color Cylindrical-coordinate representation of color #682B55: hue angle of 318.69º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B55 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1044385-
CMYK00.590.180.59
HSL318.69º41.5%28.82%-
HSV(B)318.69º58.65%40.78%-
XYZ8.215.339.19-
YUV66.03138.71155.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 43 (17.19% from 255) = 18.53%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=44.83%
G=18.53%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104438500.590.180.59318.6941.528.82
Hex682B5503B123B13f291d
Octal1505312507322734775135
Binary1101000101011101010101110111001011101110011111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682B55; }

 p { color: rgb(104,43,85); }

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

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

 a { background-color: rgb(104,43,85); }

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

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

 span { border-color: rgb(104,43,85); }

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