Html Css Color HEX #80007B Purple

📋 copy color: '#80007B'

red 128 ◦ green 0 ◦ blue 123

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

Shades of Purple #80007B

Tints of Purple #80007B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49%

R = 51%
G = 0%
B = 49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80007B (or 0x80007B) is known color: Purple. HEX triplet: 80, 00 and 7B. RGB value is (128,0,123). Sum of RGB (Red+Green+Blue) = 128+0+123=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80007B is #7FFF84. Grayscale: #333333. Windows color (decimal): -8388485 or 8061056. OLE color: 8061056.

HSL color Cylindrical-coordinate representation of color #80007B: hue angle of 302.34º 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 #80007B is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 123 -
CMYK 0 1 0.04 0.50
HSL 302.34º 1% 0.25% -
HSV(B) 302.34º 1% 0.5% -
XYZ 12.48 6.02 19.24 -
YUV 52.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 128 0 123 0 1 0.04 0.50 302.34 1 0.25
Hex 80 0 7B 0 64 4 32 12E 64 19
Octal 200 0 173 0 144 4 62 456 144 31
Binary 10000000 0 1111011 0 1100100 100 110010 100101110 1100100 11001

Color Harmonies of #80007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80007B

Black with #80007B

Text Example


Text Example

White with #80007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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