Html Css Color HEX #80126F Dark Purple

📋 copy color: '#80126F'

red 128 ◦ green 18 ◦ blue 111

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

Shades of Dark Purple #80126F

Tints of Dark Purple #80126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

 BLUE value IS 111 (43.75% from 255) = 43.19%

R = 49.81%
G = 7%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80126F (or 0x80126F) is known color: Dark Purple. HEX triplet: 80, 12 and 6F. RGB value is (128,18,111). Sum of RGB (Red+Green+Blue) = 128+18+111=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80126F is #7FED90. Grayscale: #3D3D3D. Windows color (decimal): -8383889 or 7279232. OLE color: 7279232.

HSL color Cylindrical-coordinate representation of color #80126F: hue angle of 309.27º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80126F is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 18 111 -
CMYK 0 0.86 0.13 0.50
HSL 309.27º 0.75% 0.29% -
HSV(B) 309.27º 0.86% 0.5% -
XYZ 11.99 6.17 15.6 -
YUV 61.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 128 18 111 0 0.86 0.13 0.50 309.27 0.75 0.29
Hex 80 12 6F 0 56 D 32 135 4B 1D
Octal 200 22 157 0 126 15 62 465 113 35
Binary 10000000 10010 1101111 0 1010110 1101 110010 100110101 1001011 11101

Color Harmonies of #80126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80126F

Black with #80126F

Text Example


Text Example

White with #80126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80126F; }

 p { color: rgb(128,18,111); }

 H1.HeaderClassName
 {
   color: #80126F;
 }
 .AnyTagClassName
 {
   color: #80126F;
 }
</style>

background-color css

<style>
 a { background-color: #80126F; }

 a { background-color: rgb(128,18,111); }

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

border-color css

<style>
 span { border-color: #80126F; }

 span { border-color: rgb(128,18,111); }

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