#810673

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

Shades of Purple #810673

Tints of Purple #810673

Color information

#810673 (or 0x810673) is unknown color: approx Purple. HEX triplet: 81, 06 and 73. RGB value is (129,6,115). Sum of RGB (Red+Green+Blue) = 129+6+115=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #810673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810673 is #7EF98C. Grayscale: #363636. Windows color (decimal): -8321421 or 7538305. OLE color: 7538305.

HSL color Cylindrical-coordinate representation of color #810673: hue angle of 306.83º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810673 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB1296115-
CMYK00.950.110.49
HSL306.83º91.11%26.47%-
HSV(B)306.83º95.35%50.59%-
XYZ12.216.0416.74-
YUV55.2161.75180.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 115 (45.31% from 255) = 46%
R=51.6%
G=2.4%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129611500.950.110.49306.8391.1126.47
Hex8167305FB311335b1a
Octal20161630137136146313332
Binary100000011101110011010111111011110001100110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810673; }

 p { color: rgb(129,6,115); }

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

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

 a { background-color: rgb(129,6,115); }

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

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

 span { border-color: rgb(129,6,115); }

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