#681153

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

Shades of Palatinate Purple #681153

Tints of Palatinate Purple #681153

Color information

#681153 (or 0x681153) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 53. RGB value is (104,17,83). Sum of RGB (Red+Green+Blue) = 104+17+83=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #681153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681153 is #97EEAC. Grayscale: #323232. Windows color (decimal): -9957037 or 5443944. OLE color: 5443944.

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

Color convert

RGB1041783-
CMYK00.840.200.59
HSL314.48º71.9%23.73%-
HSV(B)314.48º83.65%40.78%-
XYZ7.473.978.56-
YUV50.54146.32166.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=50.98%
G=8.33%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104178300.840.200.59314.4871.923.73
Hex681153054143B13a4818
Octal150211230124247347211030
Binary11010001000110100110101010010100111011100111010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681153; }

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

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

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

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

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

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

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

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