Html Css Color HEX #80006E Purple

📋 copy color: '#80006E'

red 128 ◦ green 0 ◦ blue 110

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

Shades of Purple #80006E

Tints of Purple #80006E

RGB

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

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

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

R = 53.78%
G = 0%
B = 46.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80006E (or 0x80006E) is known color: Purple. HEX triplet: 80, 00 and 6E. RGB value is (128,0,110). Sum of RGB (Red+Green+Blue) = 128+0+110=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80006E is #7FFF91. Grayscale: #323232. Windows color (decimal): -8388498 or 7209088. OLE color: 7209088.

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

Color convert

RGB 128 0 110 -
CMYK 0 1 0.14 0.50
HSL 308.44º 1% 0.25% -
HSV(B) 308.44º 1% 0.5% -
XYZ 11.72 5.71 15.24 -
YUV 50.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 128 0 110 0 1 0.14 0.50 308.44 1 0.25
Hex 80 0 6E 0 64 E 32 134 64 19
Octal 200 0 156 0 144 16 62 464 144 31
Binary 10000000 0 1101110 0 1100100 1110 110010 100110100 1100100 11001

Color Harmonies of #80006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80006E

Black with #80006E

Text Example


Text Example

White with #80006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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