Html Css Color HEX #801384 Purple

📋 copy color: '#801384'

red 128 ◦ green 19 ◦ blue 132

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

Shades of Purple #801384

Tints of Purple #801384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 45.88%
G = 6.81%
B = 47.31%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#801384 (or 0x801384) is known color: Purple. HEX triplet: 80, 13 and 84. RGB value is (128,19,132). Sum of RGB (Red+Green+Blue) = 128+19+132=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #801384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801384 is #7FEC7B. Grayscale: #404040. Windows color (decimal): -8383612 or 8655744. OLE color: 8655744.

HSL color Cylindrical-coordinate representation of color #801384: hue angle of 297.88º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801384 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 19 132 -
CMYK 0.03 0.86 0 0.48
HSL 297.88º 0.75% 0.3% -
HSV(B) 297.88º 0.86% 0.52% -
XYZ 13.3 6.72 22.43 -
YUV 64.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 128 19 132 0.03 0.86 0 0.48 297.88 0.75 0.3
Hex 80 13 84 3 56 0 30 12A 4B 1E
Octal 200 23 204 3 126 0 60 452 113 36
Binary 10000000 10011 10000100 11 1010110 0 110000 100101010 1001011 11110

Color Harmonies of #801384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801384

Black with #801384

Text Example


Text Example

White with #801384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801384; }

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

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

background-color css

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

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

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

border-color css

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

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

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