Html Css Color HEX #880472 Purple

📋 copy color: '#880472'

red 136 ◦ green 4 ◦ blue 114

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

Shades of Purple #880472

Tints of Purple #880472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.88%

R = 53.54%
G = 1.57%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#880472 (or 0x880472) is known color: Purple. HEX triplet: 88, 04 and 72. RGB value is (136,4,114). Sum of RGB (Red+Green+Blue) = 136+4+114=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880472 is #77FB8D. Grayscale: #373737. Windows color (decimal): -7863182 or 7472264. OLE color: 7472264.

HSL color Cylindrical-coordinate representation of color #880472: hue angle of 310º 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 #880472 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 114 -
CMYK 0 0.97 0.16 0.47
HSL 310º 0.94% 0.27% -
HSV(B) 310º 0.97% 0.53% -
XYZ 13.23 6.54 16.48 -
YUV 56.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 136 4 114 0 0.97 0.16 0.47 310 0.94 0.27
Hex 88 4 72 0 61 10 2F 136 5E 1B
Octal 210 4 162 0 141 20 57 466 136 33
Binary 10001000 100 1110010 0 1100001 10000 101111 100110110 1011110 11011

Color Harmonies of #880472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880472

Black with #880472

Text Example


Text Example

White with #880472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880472; }

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

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

background-color css

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

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

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

border-color css

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

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

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