Html Css Color HEX #800087 Purple

📋 copy color: '#800087'

red 128 ◦ green 0 ◦ blue 135

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

Shades of Purple #800087

Tints of Purple #800087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 48.67%
G = 0%
B = 51.33%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#800087 (or 0x800087) is known color: Purple. HEX triplet: 80, 00 and 87. RGB value is (128,0,135). Sum of RGB (Red+Green+Blue) = 128+0+135=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #800087 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800087 is #7FFF78. Grayscale: #353535. Windows color (decimal): -8388473 or 8847488. OLE color: 8847488.

HSL color Cylindrical-coordinate representation of color #800087: hue angle of 296.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800087 is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 0 135 -
CMYK 0.05 1 0 0.47
HSL 296.89º 1% 0.26% -
HSV(B) 296.89º 1% 0.53% -
XYZ 13.28 6.34 23.45 -
YUV 53.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 128 0 135 0.05 1 0 0.47 296.89 1 0.26
Hex 80 0 87 5 64 0 2F 129 64 1A
Octal 200 0 207 5 144 0 57 451 144 32
Binary 10000000 0 10000111 101 1100100 0 101111 100101001 1100100 11010

Color Harmonies of #800087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800087

Black with #800087

Text Example


Text Example

White with #800087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800087; }

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

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

background-color css

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

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

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

border-color css

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

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

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