Html Css Color HEX #810473 Purple

📋 copy color: '#810473'

red 129 ◦ green 4 ◦ blue 115

#810473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #810473

Tints of Purple #810473

RGB

 RED value IS 129 (50.78% from 255) = 52.02%

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 115 (45.31% from 255) = 46.37%

R = 52.02%
G = 1.61%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#810473 (or 0x810473) is known color: Purple. HEX triplet: 81, 04 and 73. RGB value is (129,4,115). Sum of RGB (Red+Green+Blue) = 129+4+115=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #810473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810473 is #7EFB8C. Grayscale: #353535. Windows color (decimal): -8321933 or 7537793. OLE color: 7537793.

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

Color convert

RGB 129 4 115 -
CMYK 0 0.97 0.11 0.49
HSL 306.72º 0.94% 0.26% -
HSV(B) 306.72º 0.97% 0.51% -
XYZ 12.19 5.99 16.73 -
YUV 54.03 162.41 181.47 -
System Red Green Blue C M Y K H S L
Decimal 129 4 115 0 0.97 0.11 0.49 306.72 0.94 0.26
Hex 81 4 73 0 61 B 31 133 5E 1A
Octal 201 4 163 0 141 13 61 463 136 32
Binary 10000001 100 1110011 0 1100001 1011 110001 100110011 1011110 11010

Color Harmonies of #810473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810473

Black with #810473

Text Example


Text Example

White with #810473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810473; }

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

 H1.HeaderClassName
 {
   color: #810473;
 }
 .AnyTagClassName
 {
   color: #810473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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