Html Css Color HEX #880272 Purple

📋 copy color: '#880272'

red 136 ◦ green 2 ◦ blue 114

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

Shades of Purple #880272

Tints of Purple #880272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 53.97%
G = 0.79%
B = 45.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#880272 (or 0x880272) is known color: Purple. HEX triplet: 88, 02 and 72. RGB value is (136,2,114). Sum of RGB (Red+Green+Blue) = 136+2+114=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #880272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880272 is #77FD8D. Grayscale: #363636. Windows color (decimal): -7863694 or 7471752. OLE color: 7471752.

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

Color convert

RGB 136 2 114 -
CMYK 0 0.99 0.16 0.47
HSL 309.85º 0.97% 0.27% -
HSV(B) 309.85º 0.99% 0.53% -
XYZ 13.21 6.49 16.48 -
YUV 54.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 136 2 114 0 0.99 0.16 0.47 309.85 0.97 0.27
Hex 88 2 72 0 63 10 2F 136 61 1B
Octal 210 2 162 0 143 20 57 466 141 33
Binary 10001000 10 1110010 0 1100011 10000 101111 100110110 1100001 11011

Color Harmonies of #880272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880272

Black with #880272

Text Example


Text Example

White with #880272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880272; }

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

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

background-color css

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

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

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

border-color css

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

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

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