Html Css Color HEX #80036C Purple

📋 copy color: '#80036C'

red 128 ◦ green 3 ◦ blue 108

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

Shades of Purple #80036C

Tints of Purple #80036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 53.56%
G = 1.26%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80036C (or 0x80036C) is known color: Purple. HEX triplet: 80, 03 and 6C. RGB value is (128,3,108). Sum of RGB (Red+Green+Blue) = 128+3+108=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80036C is #7FFC93. Grayscale: #343434. Windows color (decimal): -8387732 or 7078784. OLE color: 7078784.

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

Color convert

RGB 128 3 108 -
CMYK 0 0.98 0.16 0.50
HSL 309.6º 0.95% 0.26% -
HSV(B) 309.6º 0.98% 0.5% -
XYZ 11.64 5.74 14.68 -
YUV 52.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 128 3 108 0 0.98 0.16 0.50 309.6 0.95 0.26
Hex 80 3 6C 0 62 10 32 136 5F 1A
Octal 200 3 154 0 142 20 62 466 137 32
Binary 10000000 11 1101100 0 1100010 10000 110010 100110110 1011111 11010

Color Harmonies of #80036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80036C

Black with #80036C

Text Example


Text Example

White with #80036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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