Html Css Color HEX #801380 Purple

📋 copy color: '#801380'

red 128 ◦ green 19 ◦ blue 128

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

Shades of Purple #801380

Tints of Purple #801380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

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

R = 46.55%
G = 6.91%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#801380 (or 0x801380) is known color: Purple. HEX triplet: 80, 13 and 80. RGB value is (128,19,128). Sum of RGB (Red+Green+Blue) = 128+19+128=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #801380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801380 is #7FEC7F. Grayscale: #3F3F3F. Windows color (decimal): -8383616 or 8393600. OLE color: 8393600.

HSL color Cylindrical-coordinate representation of color #801380: hue angle of 300º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801380 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 128 -
CMYK 0 0.85 0 0.50
HSL 300º 0.74% 0.29% -
HSV(B) 300º 0.85% 0.5% -
XYZ 13.03 6.61 21.01 -
YUV 64.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 128 19 128 0 0.85 0 0.50 300 0.74 0.29
Hex 80 13 80 0 55 0 32 12C 4A 1D
Octal 200 23 200 0 125 0 62 454 112 35
Binary 10000000 10011 10000000 0 1010101 0 110010 100101100 1001010 11101

Color Harmonies of #801380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801380

Black with #801380

Text Example


Text Example

White with #801380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801380; }

 p { color: rgb(128,19,128); }

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

background-color css

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

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

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

border-color css

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

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

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