Html Css Color HEX #80256B Dark Purple

📋 copy color: '#80256B'

red 128 ◦ green 37 ◦ blue 107

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

Shades of Dark Purple #80256B

Tints of Dark Purple #80256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.34%

R = 47.06%
G = 13.6%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80256B (or 0x80256B) is known color: Dark Purple. HEX triplet: 80, 25 and 6B. RGB value is (128,37,107). Sum of RGB (Red+Green+Blue) = 128+37+107=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 128 - color contains mainly: red. Hex color #80256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80256B is #7FDA94. Grayscale: #484848. Windows color (decimal): -8379029 or 7021952. OLE color: 7021952.

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

Color convert

RGB 128 37 107 -
CMYK 0 0.71 0.16 0.50
HSL 313.85º 0.55% 0.32% -
HSV(B) 313.85º 0.71% 0.5% -
XYZ 12.22 6.97 14.61 -
YUV 72.19 147.65 167.81 -
System Red Green Blue C M Y K H S L
Decimal 128 37 107 0 0.71 0.16 0.50 313.85 0.55 0.32
Hex 80 25 6B 0 47 10 32 13A 37 20
Octal 200 45 153 0 107 20 62 472 67 40
Binary 10000000 100101 1101011 0 1000111 10000 110010 100111010 110111 100000

Color Harmonies of #80256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80256B

Black with #80256B

Text Example


Text Example

White with #80256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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