Html Css Color HEX #880270 Purple

📋 copy color: '#880270'

red 136 ◦ green 2 ◦ blue 112

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

Shades of Purple #880270

Tints of Purple #880270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.8%

R = 54.4%
G = 0.8%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#880270 (or 0x880270) is known color: Purple. HEX triplet: 88, 02 and 70. RGB value is (136,2,112). Sum of RGB (Red+Green+Blue) = 136+2+112=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #880270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880270 is #77FD8F. Grayscale: #363636. Windows color (decimal): -7863696 or 7340680. OLE color: 7340680.

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

Color convert

RGB 136 2 112 -
CMYK 0 0.99 0.18 0.47
HSL 310.75º 0.97% 0.27% -
HSV(B) 310.75º 0.99% 0.53% -
XYZ 13.1 6.45 15.88 -
YUV 54.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 136 2 112 0 0.99 0.18 0.47 310.75 0.97 0.27
Hex 88 2 70 0 63 12 2F 137 61 1B
Octal 210 2 160 0 143 22 57 467 141 33
Binary 10001000 10 1110000 0 1100011 10010 101111 100110111 1100001 11011

Color Harmonies of #880270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880270

Black with #880270

Text Example


Text Example

White with #880270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880270; }

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

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

background-color css

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

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

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

border-color css

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

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

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