#681358

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

Shades of Palatinate Purple #681358

Tints of Palatinate Purple #681358

Color information

#681358 (or 0x681358) is unknown color: approx Palatinate Purple. HEX triplet: 68, 13 and 58. RGB value is (104,19,88). Sum of RGB (Red+Green+Blue) = 104+19+88=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #681358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681358 is #97ECA7. Grayscale: #343434. Windows color (decimal): -9956520 or 5772136. OLE color: 5772136.

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

Color convert

RGB1041988-
CMYK00.820.150.59
HSL311.29º69.11%24.12%-
HSV(B)311.29º81.73%40.78%-
XYZ7.74.119.62-
YUV52.28148.16164.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=49.29%
G=9.00%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104198800.820.150.59311.2969.1124.12
Hex681358052F3B1374518
Octal150231300122177346710530
Binary1101000100111011000010100101111111011100110111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681358; }

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

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

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

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

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

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

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

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