Html Css Color HEX #801281 Purple

📋 copy color: '#801281'

red 128 ◦ green 18 ◦ blue 129

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

Shades of Purple #801281

Tints of Purple #801281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 46.55%
G = 6.55%
B = 46.91%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#801281 (or 0x801281) is known color: Purple. HEX triplet: 80, 12 and 81. RGB value is (128,18,129). Sum of RGB (Red+Green+Blue) = 128+18+129=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #801281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801281 is #7FED7E. Grayscale: #3F3F3F. Windows color (decimal): -8383871 or 8458880. OLE color: 8458880.

HSL color Cylindrical-coordinate representation of color #801281: hue angle of 299.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801281 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 18 129 -
CMYK 0.01 0.86 0 0.49
HSL 299.46º 0.76% 0.29% -
HSV(B) 299.46º 0.86% 0.51% -
XYZ 13.08 6.61 21.35 -
YUV 63.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 128 18 129 0.01 0.86 0 0.49 299.46 0.76 0.29
Hex 80 12 81 1 56 0 31 12B 4C 1D
Octal 200 22 201 1 126 0 61 453 114 35
Binary 10000000 10010 10000001 1 1010110 0 110001 100101011 1001100 11101

Color Harmonies of #801281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801281

Black with #801281

Text Example


Text Example

White with #801281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801281; }

 p { color: rgb(128,18,129); }

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

background-color css

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

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

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

border-color css

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

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

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