#681152

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

Shades of Palatinate Purple #681152

Tints of Palatinate Purple #681152

Color information

#681152 (or 0x681152) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 52. RGB value is (104,17,82). Sum of RGB (Red+Green+Blue) = 104+17+82=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #681152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681152 is #97EEAD. Grayscale: #323232. Windows color (decimal): -9957038 or 5378408. OLE color: 5378408.

HSL color Cylindrical-coordinate representation of color #681152: hue angle of 315.17º 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 #681152 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1041782-
CMYK00.840.210.59
HSL315.17º71.9%23.73%-
HSV(B)315.17º83.65%40.78%-
XYZ7.433.958.35-
YUV50.42145.82166.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 17 (7.03% from 255) = 8.37%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=51.23%
G=8.37%
B=40.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104178200.840.210.59315.1771.923.73
Hex681152054153B13b4818
Octal150211220124257347311030
Binary11010001000110100100101010010101111011100111011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681152; }

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

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

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

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

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

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

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

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