Html Css Color HEX #80256F Dark Purple

📋 copy color: '#80256F'

red 128 ◦ green 37 ◦ blue 111

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

Shades of Dark Purple #80256F

Tints of Dark Purple #80256F

RGB

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

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

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

R = 46.38%
G = 13.41%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80256F (or 0x80256F) is known color: Dark Purple. HEX triplet: 80, 25 and 6F. RGB value is (128,37,111). Sum of RGB (Red+Green+Blue) = 128+37+111=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80256F is #7FDA90. Grayscale: #484848. Windows color (decimal): -8379025 or 7284096. OLE color: 7284096.

HSL color Cylindrical-coordinate representation of color #80256F: hue angle of 311.21º 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 #80256F is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 111 -
CMYK 0 0.71 0.13 0.50
HSL 311.21º 0.55% 0.32% -
HSV(B) 311.21º 0.71% 0.5% -
XYZ 12.43 7.06 15.75 -
YUV 72.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 128 37 111 0 0.71 0.13 0.50 311.21 0.55 0.32
Hex 80 25 6F 0 47 D 32 137 37 20
Octal 200 45 157 0 107 15 62 467 67 40
Binary 10000000 100101 1101111 0 1000111 1101 110010 100110111 110111 100000

Color Harmonies of #80256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80256F

Black with #80256F

Text Example


Text Example

White with #80256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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