Html Css Color HEX #80267D Dark Purple

📋 copy color: '#80267D'

red 128 ◦ green 38 ◦ blue 125

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

Shades of Dark Purple #80267D

Tints of Dark Purple #80267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 43.99%
G = 13.06%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80267D (or 0x80267D) is known color: Dark Purple. HEX triplet: 80, 26 and 7D. RGB value is (128,38,125). Sum of RGB (Red+Green+Blue) = 128+38+125=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #80267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80267D is #7FD982. Grayscale: #4A4A4A. Windows color (decimal): -8378755 or 8201856. OLE color: 8201856.

HSL color Cylindrical-coordinate representation of color #80267D: hue angle of 302º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80267D is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 38 125 -
CMYK 0 0.70 0.02 0.50
HSL 302º 0.54% 0.33% -
HSV(B) 302º 0.7% 0.5% -
XYZ 13.3 7.46 20.14 -
YUV 74.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 128 38 125 0 0.70 0.02 0.50 302 0.54 0.33
Hex 80 26 7D 0 46 2 32 12E 36 21
Octal 200 46 175 0 106 2 62 456 66 41
Binary 10000000 100110 1111101 0 1000110 10 110010 100101110 110110 100001

Color Harmonies of #80267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80267D

Black with #80267D

Text Example


Text Example

White with #80267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80267D; }

 p { color: rgb(128,38,125); }

 H1.HeaderClassName
 {
   color: #80267D;
 }
 .AnyTagClassName
 {
   color: #80267D;
 }
</style>

background-color css

<style>
 a { background-color: #80267D; }

 a { background-color: rgb(128,38,125); }

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

border-color css

<style>
 span { border-color: #80267D; }

 span { border-color: rgb(128,38,125); }

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