Html Css Color HEX #800872 Purple

📋 copy color: '#800872'

red 128 ◦ green 8 ◦ blue 114

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

Shades of Purple #800872

Tints of Purple #800872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 51.2%
G = 3.2%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#800872 (or 0x800872) is known color: Purple. HEX triplet: 80, 08 and 72. RGB value is (128,8,114). Sum of RGB (Red+Green+Blue) = 128+8+114=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #800872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800872 is #7FF78D. Grayscale: #373737. Windows color (decimal): -8386446 or 7473280. OLE color: 7473280.

HSL color Cylindrical-coordinate representation of color #800872: hue angle of 307º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800872 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 114 -
CMYK 0 0.94 0.11 0.50
HSL 307º 0.88% 0.27% -
HSV(B) 307º 0.94% 0.5% -
XYZ 12.03 5.98 16.44 -
YUV 55.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 128 8 114 0 0.94 0.11 0.50 307 0.88 0.27
Hex 80 8 72 0 5E B 32 133 58 1B
Octal 200 10 162 0 136 13 62 463 130 33
Binary 10000000 1000 1110010 0 1011110 1011 110010 100110011 1011000 11011

Color Harmonies of #800872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800872

Black with #800872

Text Example


Text Example

White with #800872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800872; }

 p { color: rgb(128,8,114); }

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

background-color css

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

 a { background-color: rgb(128,8,114); }

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

border-color css

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

 span { border-color: rgb(128,8,114); }

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