Html Css Color HEX #80006C Purple

📋 copy color: '#80006C'

red 128 ◦ green 0 ◦ blue 108

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

Shades of Purple #80006C

Tints of Purple #80006C

RGB

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

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

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

R = 54.24%
G = 0%
B = 45.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80006C (or 0x80006C) is known color: Purple. HEX triplet: 80, 00 and 6C. RGB value is (128,0,108). Sum of RGB (Red+Green+Blue) = 128+0+108=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80006C is #7FFF93. Grayscale: #323232. Windows color (decimal): -8388500 or 7078016. OLE color: 7078016.

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

Color convert

RGB 128 0 108 -
CMYK 0 1 0.16 0.50
HSL 309.38º 1% 0.25% -
HSV(B) 309.38º 1% 0.5% -
XYZ 11.61 5.67 14.67 -
YUV 50.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 128 0 108 0 1 0.16 0.50 309.38 1 0.25
Hex 80 0 6C 0 64 10 32 135 64 19
Octal 200 0 154 0 144 20 62 465 144 31
Binary 10000000 0 1101100 0 1100100 10000 110010 100110101 1100100 11001

Color Harmonies of #80006C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80006C

Black with #80006C

Text Example


Text Example

White with #80006C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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