Html Css Color HEX #80126C Dark Purple

📋 copy color: '#80126C'

red 128 ◦ green 18 ◦ blue 108

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

Shades of Dark Purple #80126C

Tints of Dark Purple #80126C

RGB

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

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

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

R = 50.39%
G = 7.09%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80126C (or 0x80126C) is known color: Dark Purple. HEX triplet: 80, 12 and 6C. RGB value is (128,18,108). Sum of RGB (Red+Green+Blue) = 128+18+108=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80126C is #7FED93. Grayscale: #3C3C3C. Windows color (decimal): -8383892 or 7082624. OLE color: 7082624.

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

Color convert

RGB 128 18 108 -
CMYK 0 0.86 0.16 0.50
HSL 310.91º 0.75% 0.29% -
HSV(B) 310.91º 0.86% 0.5% -
XYZ 11.83 6.1 14.74 -
YUV 61.15 154.44 175.68 -
System Red Green Blue C M Y K H S L
Decimal 128 18 108 0 0.86 0.16 0.50 310.91 0.75 0.29
Hex 80 12 6C 0 56 10 32 137 4B 1D
Octal 200 22 154 0 126 20 62 467 113 35
Binary 10000000 10010 1101100 0 1010110 10000 110010 100110111 1001011 11101

Color Harmonies of #80126C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80126C

Black with #80126C

Text Example


Text Example

White with #80126C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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