Html Css Color HEX #800073 Purple

📋 copy color: '#800073'

red 128 ◦ green 0 ◦ blue 115

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

Shades of Purple #800073

Tints of Purple #800073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.67%
G = 0%
B = 47.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#800073 (or 0x800073) is known color: Purple. HEX triplet: 80, 00 and 73. RGB value is (128,0,115). Sum of RGB (Red+Green+Blue) = 128+0+115=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #800073 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800073 is #7FFF8C. Grayscale: #333333. Windows color (decimal): -8388493 or 7536768. OLE color: 7536768.

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

Color convert

RGB 128 0 115 -
CMYK 0 1 0.10 0.50
HSL 306.09º 1% 0.25% -
HSV(B) 306.09º 1% 0.5% -
XYZ 12 5.83 16.71 -
YUV 51.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 128 0 115 0 1 0.10 0.50 306.09 1 0.25
Hex 80 0 73 0 64 A 32 132 64 19
Octal 200 0 163 0 144 12 62 462 144 31
Binary 10000000 0 1110011 0 1100100 1010 110010 100110010 1100100 11001

Color Harmonies of #800073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800073

Black with #800073

Text Example


Text Example

White with #800073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800073; }

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

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

background-color css

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

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

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

border-color css

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

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

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