Html Css Color HEX #80007D Purple

📋 copy color: '#80007D'

red 128 ◦ green 0 ◦ blue 125

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

Shades of Purple #80007D

Tints of Purple #80007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.41%

R = 50.59%
G = 0%
B = 49.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80007D (or 0x80007D) is known color: Purple. HEX triplet: 80, 00 and 7D. RGB value is (128,0,125). Sum of RGB (Red+Green+Blue) = 128+0+125=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80007D is #7FFF82. Grayscale: #343434. Windows color (decimal): -8388483 or 8192128. OLE color: 8192128.

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

Color convert

RGB 128 0 125 -
CMYK 0 1 0.02 0.50
HSL 301.41º 1% 0.25% -
HSV(B) 301.41º 1% 0.5% -
XYZ 12.6 6.07 19.91 -
YUV 52.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 128 0 125 0 1 0.02 0.50 301.41 1 0.25
Hex 80 0 7D 0 64 2 32 12D 64 19
Octal 200 0 175 0 144 2 62 455 144 31
Binary 10000000 0 1111101 0 1100100 10 110010 100101101 1100100 11001

Color Harmonies of #80007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80007D

Black with #80007D

Text Example


Text Example

White with #80007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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