Html Css Color HEX #80037B Purple

📋 copy color: '#80037B'

red 128 ◦ green 3 ◦ blue 123

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

Shades of Purple #80037B

Tints of Purple #80037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 50.39%
G = 1.18%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.50

RGB Variations

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

Color information

#80037B (or 0x80037B) is known color: Purple. HEX triplet: 80, 03 and 7B. RGB value is (128,3,123). Sum of RGB (Red+Green+Blue) = 128+3+123=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80037B is #7FFC84. Grayscale: #353535. Windows color (decimal): -8387717 or 8061824. OLE color: 8061824.

HSL color Cylindrical-coordinate representation of color #80037B: hue angle of 302.4º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80037B is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 3 123 -
CMYK 0 0.98 0.04 0.50
HSL 302.4º 0.95% 0.26% -
HSV(B) 302.4º 0.98% 0.5% -
XYZ 12.51 6.08 19.25 -
YUV 54.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 128 3 123 0 0.98 0.04 0.50 302.4 0.95 0.26
Hex 80 3 7B 0 62 4 32 12E 5F 1A
Octal 200 3 173 0 142 4 62 456 137 32
Binary 10000000 11 1111011 0 1100010 100 110010 100101110 1011111 11010

Color Harmonies of #80037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80037B

Black with #80037B

Text Example


Text Example

White with #80037B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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