Html Css Color HEX #802477 Dark Purple

📋 copy color: '#802477'

red 128 ◦ green 36 ◦ blue 119

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

Shades of Dark Purple #802477

Tints of Dark Purple #802477

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.72%

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 45.23%
G = 12.72%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#802477 (or 0x802477) is known color: Dark Purple. HEX triplet: 80, 24 and 77. RGB value is (128,36,119). Sum of RGB (Red+Green+Blue) = 128+36+119=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #802477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802477 is #7FDB88. Grayscale: #484848. Windows color (decimal): -8379273 or 7808128. OLE color: 7808128.

HSL color Cylindrical-coordinate representation of color #802477: hue angle of 305.87º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802477 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 36 119 -
CMYK 0 0.72 0.07 0.50
HSL 305.87º 0.56% 0.32% -
HSV(B) 305.87º 0.72% 0.5% -
XYZ 12.86 7.18 18.16 -
YUV 72.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 128 36 119 0 0.72 0.07 0.50 305.87 0.56 0.32
Hex 80 24 77 0 48 7 32 132 38 20
Octal 200 44 167 0 110 7 62 462 70 40
Binary 10000000 100100 1110111 0 1001000 111 110010 100110010 111000 100000

Color Harmonies of #802477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802477

Black with #802477

Text Example


Text Example

White with #802477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802477; }

 p { color: rgb(128,36,119); }

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

background-color css

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

 a { background-color: rgb(128,36,119); }

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

border-color css

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

 span { border-color: rgb(128,36,119); }

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