Html Css Color HEX #80256C Dark Purple

📋 copy color: '#80256C'

red 128 ◦ green 37 ◦ blue 108

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

Shades of Dark Purple #80256C

Tints of Dark Purple #80256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.56%

R = 46.89%
G = 13.55%
B = 39.56%

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

#80256C (or 0x80256C) is known color: Dark Purple. HEX triplet: 80, 25 and 6C. RGB value is (128,37,108). Sum of RGB (Red+Green+Blue) = 128+37+108=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80256C is #7FDA93. Grayscale: #484848. Windows color (decimal): -8379028 or 7087488. OLE color: 7087488.

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

Color convert

RGB 128 37 108 -
CMYK 0 0.71 0.16 0.50
HSL 313.19º 0.55% 0.32% -
HSV(B) 313.19º 0.71% 0.5% -
XYZ 12.27 7 14.89 -
YUV 72.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 128 37 108 0 0.71 0.16 0.50 313.19 0.55 0.32
Hex 80 25 6C 0 47 10 32 139 37 20
Octal 200 45 154 0 107 20 62 471 67 40
Binary 10000000 100101 1101100 0 1000111 10000 110010 100111001 110111 100000

Color Harmonies of #80256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80256C

Black with #80256C

Text Example


Text Example

White with #80256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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