Html Css Color HEX #801183 Purple

📋 copy color: '#801183'

red 128 ◦ green 17 ◦ blue 131

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

Shades of Purple #801183

Tints of Purple #801183

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 46.38%
G = 6.16%
B = 47.46%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#801183 (or 0x801183) is known color: Purple. HEX triplet: 80, 11 and 83. RGB value is (128,17,131). Sum of RGB (Red+Green+Blue) = 128+17+131=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #801183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801183 is #7FEE7C. Grayscale: #3E3E3E. Windows color (decimal): -8384125 or 8589696. OLE color: 8589696.

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

Color convert

RGB 128 17 131 -
CMYK 0.02 0.87 0 0.49
HSL 298.42º 0.77% 0.29% -
HSV(B) 298.42º 0.87% 0.51% -
XYZ 13.2 6.63 22.06 -
YUV 63.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 128 17 131 0.02 0.87 0 0.49 298.42 0.77 0.29
Hex 80 11 83 2 57 0 31 12A 4D 1D
Octal 200 21 203 2 127 0 61 452 115 35
Binary 10000000 10001 10000011 10 1010111 0 110001 100101010 1001101 11101

Color Harmonies of #801183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801183

Black with #801183

Text Example


Text Example

White with #801183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801183; }

 p { color: rgb(128,17,131); }

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

background-color css

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

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

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

border-color css

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

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

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