Html Css Color HEX #880573 Purple

📋 copy color: '#880573'

red 136 ◦ green 5 ◦ blue 115

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

Shades of Purple #880573

Tints of Purple #880573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 53.13%
G = 1.95%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#880573 (or 0x880573) is known color: Purple. HEX triplet: 88, 05 and 73. RGB value is (136,5,115). Sum of RGB (Red+Green+Blue) = 136+5+115=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #880573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880573 is #77FA8C. Grayscale: #383838. Windows color (decimal): -7862925 or 7538056. OLE color: 7538056.

HSL color Cylindrical-coordinate representation of color #880573: hue angle of 309.62º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880573 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 5 115 -
CMYK 0 0.96 0.15 0.47
HSL 309.62º 0.93% 0.28% -
HSV(B) 309.62º 0.96% 0.53% -
XYZ 13.3 6.58 16.79 -
YUV 56.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 136 5 115 0 0.96 0.15 0.47 309.62 0.93 0.28
Hex 88 5 73 0 60 F 2F 136 5D 1C
Octal 210 5 163 0 140 17 57 466 135 34
Binary 10001000 101 1110011 0 1100000 1111 101111 100110110 1011101 11100

Color Harmonies of #880573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880573

Black with #880573

Text Example


Text Example

White with #880573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880573; }

 p { color: rgb(136,5,115); }

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

background-color css

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

 a { background-color: rgb(136,5,115); }

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

border-color css

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

 span { border-color: rgb(136,5,115); }

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