#681353

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

Shades of Palatinate Purple #681353

Tints of Palatinate Purple #681353

Color information

#681353 (or 0x681353) is unknown color: approx Palatinate Purple. HEX triplet: 68, 13 and 53. RGB value is (104,19,83). Sum of RGB (Red+Green+Blue) = 104+19+83=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #681353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681353 is #97ECAC. Grayscale: #333333. Windows color (decimal): -9956525 or 5444456. OLE color: 5444456.

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

Color convert

RGB1041983-
CMYK00.820.200.59
HSL314.82º69.11%24.12%-
HSV(B)314.82º81.73%40.78%-
XYZ7.54.038.57-
YUV51.71145.66165.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=50.49%
G=9.22%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104198300.820.200.59314.8269.1124.12
Hex681353052143B13b4518
Octal150231230122247347310530
Binary11010001001110100110101001010100111011100111011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681353; }

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

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

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

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

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

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

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

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