Html Css Color HEX #800573 Purple

📋 copy color: '#800573'

red 128 ◦ green 5 ◦ blue 115

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

Shades of Purple #800573

Tints of Purple #800573

RGB

 RED value IS 128 (50.39% from 255) = 51.61%

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 51.61%
G = 2.02%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#800573 (or 0x800573) is known color: Purple. HEX triplet: 80, 05 and 73. RGB value is (128,5,115). Sum of RGB (Red+Green+Blue) = 128+5+115=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 115 (45.31% from 255 or 46.37% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #800573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800573 is #7FFA8C. Grayscale: #363636. Windows color (decimal): -8387213 or 7538048. OLE color: 7538048.

HSL color Cylindrical-coordinate representation of color #800573: hue angle of 306.34º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800573 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 5 115 -
CMYK 0 0.96 0.10 0.50
HSL 306.34º 0.92% 0.26% -
HSV(B) 306.34º 0.96% 0.5% -
XYZ 12.05 5.94 16.73 -
YUV 54.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 128 5 115 0 0.96 0.10 0.50 306.34 0.92 0.26
Hex 80 5 73 0 60 A 32 132 5C 1A
Octal 200 5 163 0 140 12 62 462 134 32
Binary 10000000 101 1110011 0 1100000 1010 110010 100110010 1011100 11010

Color Harmonies of #800573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800573

Black with #800573

Text Example


Text Example

White with #800573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800573; }

 p { color: rgb(128,5,115); }

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

background-color css

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

 a { background-color: rgb(128,5,115); }

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

border-color css

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

 span { border-color: rgb(128,5,115); }

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