Html Css Color HEX #880481 Purple

📋 copy color: '#880481'

red 136 ◦ green 4 ◦ blue 129

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

Shades of Purple #880481

Tints of Purple #880481

RGB

 RED value IS 136 (53.52% from 255) = 50.56%

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 50.56%
G = 1.49%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#880481 (or 0x880481) is known color: Purple. HEX triplet: 88, 04 and 81. RGB value is (136,4,129). Sum of RGB (Red+Green+Blue) = 136+4+129=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #880481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880481 is #77FB7E. Grayscale: #393939. Windows color (decimal): -7863167 or 8455304. OLE color: 8455304.

HSL color Cylindrical-coordinate representation of color #880481: hue angle of 303.18º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880481 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 129 -
CMYK 0 0.97 0.05 0.47
HSL 303.18º 0.94% 0.27% -
HSV(B) 303.18º 0.97% 0.53% -
XYZ 14.16 6.91 21.36 -
YUV 57.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 136 4 129 0 0.97 0.05 0.47 303.18 0.94 0.27
Hex 88 4 81 0 61 5 2F 12F 5E 1B
Octal 210 4 201 0 141 5 57 457 136 33
Binary 10001000 100 10000001 0 1100001 101 101111 100101111 1011110 11011

Color Harmonies of #880481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880481

Black with #880481

Text Example


Text Example

White with #880481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880481; }

 p { color: rgb(136,4,129); }

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

background-color css

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

 a { background-color: rgb(136,4,129); }

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

border-color css

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

 span { border-color: rgb(136,4,129); }

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