Html Css Color HEX #80277F Dark Purple

📋 copy color: '#80277F'

red 128 ◦ green 39 ◦ blue 127

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

Shades of Dark Purple #80277F

Tints of Dark Purple #80277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

 BLUE value IS 127 (50% from 255) = 43.2%

R = 43.54%
G = 13.27%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#80277F (or 0x80277F) is known color: Dark Purple. HEX triplet: 80, 27 and 7F. RGB value is (128,39,127). Sum of RGB (Red+Green+Blue) = 128+39+127=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80277F is #7FD880. Grayscale: #4B4B4B. Windows color (decimal): -8378497 or 8333184. OLE color: 8333184.

HSL color Cylindrical-coordinate representation of color #80277F: hue angle of 300.67º degrees, saturation: 0.53, 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 #80277F is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 39 127 -
CMYK 0 0.70 0.01 0.50
HSL 300.67º 0.53% 0.33% -
HSV(B) 300.67º 0.7% 0.5% -
XYZ 13.46 7.57 20.83 -
YUV 75.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 128 39 127 0 0.70 0.01 0.50 300.67 0.53 0.33
Hex 80 27 7F 0 46 1 32 12D 35 21
Octal 200 47 177 0 106 1 62 455 65 41
Binary 10000000 100111 1111111 0 1000110 1 110010 100101101 110101 100001

Color Harmonies of #80277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80277F

Black with #80277F

Text Example


Text Example

White with #80277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,39,127); }

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

background-color css

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

 a { background-color: rgb(128,39,127); }

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

border-color css

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

 span { border-color: rgb(128,39,127); }

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