Html Css Color HEX #80036E Purple

📋 copy color: '#80036E'

red 128 ◦ green 3 ◦ blue 110

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

Shades of Purple #80036E

Tints of Purple #80036E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.64%

R = 53.11%
G = 1.24%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80036E (or 0x80036E) is known color: Purple. HEX triplet: 80, 03 and 6E. RGB value is (128,3,110). Sum of RGB (Red+Green+Blue) = 128+3+110=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80036E is #7FFC91. Grayscale: #343434. Windows color (decimal): -8387730 or 7209856. OLE color: 7209856.

HSL color Cylindrical-coordinate representation of color #80036E: hue angle of 308.64º 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 #80036E is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 3 110 -
CMYK 0 0.98 0.14 0.50
HSL 308.64º 0.95% 0.26% -
HSV(B) 308.64º 0.98% 0.5% -
XYZ 11.75 5.78 15.25 -
YUV 52.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 128 3 110 0 0.98 0.14 0.50 308.64 0.95 0.26
Hex 80 3 6E 0 62 E 32 135 5F 1A
Octal 200 3 156 0 142 16 62 465 137 32
Binary 10000000 11 1101110 0 1100010 1110 110010 100110101 1011111 11010

Color Harmonies of #80036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80036E

Black with #80036E

Text Example


Text Example

White with #80036E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80036E; }

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

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

background-color css

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

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

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

border-color css

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

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

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