#681552

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

Shades of Palatinate Purple #681552

Tints of Palatinate Purple #681552

Color information

#681552 (or 0x681552) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 52. RGB value is (104,21,82). Sum of RGB (Red+Green+Blue) = 104+21+82=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681552 is #97EAAD. Grayscale: #343434. Windows color (decimal): -9956014 or 5379432. OLE color: 5379432.

HSL color Cylindrical-coordinate representation of color #681552: hue angle of 315.9º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681552 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1042182-
CMYK00.800.210.59
HSL315.9º66.4%24.51%-
HSV(B)315.9º79.81%40.78%-
XYZ7.54.098.38-
YUV52.77144.5164.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=50.24%
G=10.14%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104218200.800.210.59315.966.424.51
Hex681552050153B13c4219
Octal150251220120257347410231
Binary11010001010110100100101000010101111011100111100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681552; }

 p { color: rgb(104,21,82); }

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

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

 a { background-color: rgb(104,21,82); }

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

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

 span { border-color: rgb(104,21,82); }

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