Html Css Color HEX #800B7C Purple

📋 copy color: '#800B7C'

red 128 ◦ green 11 ◦ blue 124

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

Shades of Purple #800B7C

Tints of Purple #800B7C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.18%

 BLUE value IS 124 (48.83% from 255) = 47.15%

R = 48.67%
G = 4.18%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#800B7C (or 0x800B7C) is known color: Purple. HEX triplet: 80, 0B and 7C. RGB value is (128,11,124). Sum of RGB (Red+Green+Blue) = 128+11+124=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #800B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B7C is #7FF483. Grayscale: #3A3A3A. Windows color (decimal): -8385668 or 8129408. OLE color: 8129408.

HSL color Cylindrical-coordinate representation of color #800B7C: hue angle of 302.05º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B7C is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 11 124 -
CMYK 0 0.91 0.03 0.50
HSL 302.05º 0.84% 0.27% -
HSV(B) 302.05º 0.91% 0.5% -
XYZ 12.66 6.28 19.61 -
YUV 58.87 164.76 177.31 -
System Red Green Blue C M Y K H S L
Decimal 128 11 124 0 0.91 0.03 0.50 302.05 0.84 0.27
Hex 80 B 7C 0 5B 3 32 12E 54 1B
Octal 200 13 174 0 133 3 62 456 124 33
Binary 10000000 1011 1111100 0 1011011 11 110010 100101110 1010100 11011

Color Harmonies of #800B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B7C

Black with #800B7C

Text Example


Text Example

White with #800B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800B7C; }

 p { color: rgb(128,11,124); }

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

background-color css

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

 a { background-color: rgb(128,11,124); }

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

border-color css

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

 span { border-color: rgb(128,11,124); }

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