Html Css Color HEX #880275 Purple

📋 copy color: '#880275'

red 136 ◦ green 2 ◦ blue 117

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

Shades of Purple #880275

Tints of Purple #880275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.88%

R = 53.33%
G = 0.78%
B = 45.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#880275 (or 0x880275) is known color: Purple. HEX triplet: 88, 02 and 75. RGB value is (136,2,117). Sum of RGB (Red+Green+Blue) = 136+2+117=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #880275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880275 is #77FD8A. Grayscale: #363636. Windows color (decimal): -7863691 or 7668360. OLE color: 7668360.

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

Color convert

RGB 136 2 117 -
CMYK 0 0.99 0.14 0.47
HSL 308.51º 0.97% 0.27% -
HSV(B) 308.51º 0.99% 0.53% -
XYZ 13.39 6.56 17.39 -
YUV 55.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 136 2 117 0 0.99 0.14 0.47 308.51 0.97 0.27
Hex 88 2 75 0 63 E 2F 135 61 1B
Octal 210 2 165 0 143 16 57 465 141 33
Binary 10001000 10 1110101 0 1100011 1110 101111 100110101 1100001 11011

Color Harmonies of #880275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880275

Black with #880275

Text Example


Text Example

White with #880275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880275; }

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

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

background-color css

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

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

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

border-color css

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

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

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