#682F5A

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

Shades of Palatinate Purple #682F5A

Tints of Palatinate Purple #682F5A

Color information

#682F5A (or 0x682F5A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 2F and 5A. RGB value is (104,47,90). Sum of RGB (Red+Green+Blue) = 104+47+90=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #682F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682F5A is #97D0A5. Grayscale: #444444. Windows color (decimal): -9949350 or 5910376. OLE color: 5910376.

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

Color convert

RGB1044790-
CMYK00.550.130.59
HSL314.74º37.75%29.61%-
HSV(B)314.74º54.81%40.78%-
XYZ8.575.7110.32-
YUV68.95139.88153-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=43.15%
G=19.50%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104479000.550.130.59314.7437.7529.61
Hex682F5A037D3B13b261e
Octal1505713206715734734636
Binary110100010111110110100110111110111101110011101110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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