Html Css Color HEX #80256E Dark Purple

📋 copy color: '#80256E'

red 128 ◦ green 37 ◦ blue 110

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

Shades of Dark Purple #80256E

Tints of Dark Purple #80256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 46.55%
G = 13.45%
B = 40%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80256E (or 0x80256E) is known color: Dark Purple. HEX triplet: 80, 25 and 6E. RGB value is (128,37,110). Sum of RGB (Red+Green+Blue) = 128+37+110=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80256E is #7FDA91. Grayscale: #484848. Windows color (decimal): -8379026 or 7218560. OLE color: 7218560.

HSL color Cylindrical-coordinate representation of color #80256E: hue angle of 311.87º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80256E is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 110 -
CMYK 0 0.71 0.14 0.50
HSL 311.87º 0.55% 0.32% -
HSV(B) 311.87º 0.71% 0.5% -
XYZ 12.38 7.04 15.46 -
YUV 72.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 128 37 110 0 0.71 0.14 0.50 311.87 0.55 0.32
Hex 80 25 6E 0 47 E 32 138 37 20
Octal 200 45 156 0 107 16 62 470 67 40
Binary 10000000 100101 1101110 0 1000111 1110 110010 100111000 110111 100000

Color Harmonies of #80256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80256E

Black with #80256E

Text Example


Text Example

White with #80256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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