Html Css Color HEX #880274 Purple

📋 copy color: '#880274'

red 136 ◦ green 2 ◦ blue 116

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

Shades of Purple #880274

Tints of Purple #880274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 53.54%
G = 0.79%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#880274 (or 0x880274) is known color: Purple. HEX triplet: 88, 02 and 74. RGB value is (136,2,116). Sum of RGB (Red+Green+Blue) = 136+2+116=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880274 is #77FD8B. Grayscale: #363636. Windows color (decimal): -7863692 or 7602824. OLE color: 7602824.

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

Color convert

RGB 136 2 116 -
CMYK 0 0.99 0.15 0.47
HSL 308.96º 0.97% 0.27% -
HSV(B) 308.96º 0.99% 0.53% -
XYZ 13.33 6.54 17.08 -
YUV 55.06 162.39 185.73 -
System Red Green Blue C M Y K H S L
Decimal 136 2 116 0 0.99 0.15 0.47 308.96 0.97 0.27
Hex 88 2 74 0 63 F 2F 135 61 1B
Octal 210 2 164 0 143 17 57 465 141 33
Binary 10001000 10 1110100 0 1100011 1111 101111 100110101 1100001 11011

Color Harmonies of #880274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880274

Black with #880274

Text Example


Text Example

White with #880274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880274; }

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

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

background-color css

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

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

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

border-color css

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

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

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