#682B5A

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

Shades of Palatinate Purple #682B5A

Tints of Palatinate Purple #682B5A

Color information

#682B5A (or 0x682B5A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2B and 5A. RGB value is (104,43,90). Sum of RGB (Red+Green+Blue) = 104+43+90=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B5A is #97D4A5. Grayscale: #424242. Windows color (decimal): -9950374 or 5909352. OLE color: 5909352.

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

Color convert

RGB1044390-
CMYK00.590.130.59
HSL313.77º41.5%28.82%-
HSV(B)313.77º58.65%40.78%-
XYZ8.425.4110.27-
YUV66.6141.21154.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=43.88%
G=18.14%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104439000.590.130.59313.7741.528.82
Hex682B5A03BD3B13a291d
Octal1505313207315734725135
Binary110100010101110110100111011110111101110011101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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