#681A58

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

Shades of Palatinate Purple #681A58

Tints of Palatinate Purple #681A58

Color information

#681A58 (or 0x681A58) is unknown color: approx Palatinate Purple. HEX triplet: 68, 1A and 58. RGB value is (104,26,88). Sum of RGB (Red+Green+Blue) = 104+26+88=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #681A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #681A58 is #97E5A7. Grayscale: #383838. Windows color (decimal): -9954728 or 5773928. OLE color: 5773928.

HSL color Cylindrical-coordinate representation of color #681A58: hue angle of 312.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A58 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1042688-
CMYK00.750.150.59
HSL312.31º60%25.49%-
HSV(B)312.31º75%40.78%-
XYZ7.844.399.67-
YUV56.39145.84161.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=47.71%
G=11.93%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104268800.750.150.59312.316025.49
Hex681A5804BF3B1383c19
Octal15032130011317734707431
Binary110100011010101100001001011111111101110011100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,88); }

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

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

 a { background-color: rgb(104,26,88); }

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

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

 span { border-color: rgb(104,26,88); }

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