#681D53

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

Shades of Palatinate Purple #681D53

Tints of Palatinate Purple #681D53

Color information

#681D53 (or 0x681D53) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1D and 53. RGB value is (104,29,83). Sum of RGB (Red+Green+Blue) = 104+29+83=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #681D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681D53 is #97E2AC. Grayscale: #393939. Windows color (decimal): -9953965 or 5447016. OLE color: 5447016.

HSL color Cylindrical-coordinate representation of color #681D53: hue angle of 316.8º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #681D53 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1042983-
CMYK00.720.200.59
HSL316.8º56.39%26.08%-
HSV(B)316.8º72.12%40.78%-
XYZ7.714.458.64-
YUV57.58142.35161.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 29 (11.72% from 255) = 13.43%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=48.15%
G=13.43%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104298300.720.200.59316.856.3926.08
Hex681D53048143B13d381a
Octal15035123011024734757032
Binary1101000111011010011010010001010011101110011110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681D53; }

 p { color: rgb(104,29,83); }

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

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

 a { background-color: rgb(104,29,83); }

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

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

 span { border-color: rgb(104,29,83); }

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