Html Css Color HEX #880373 Purple

📋 copy color: '#880373'

red 136 ◦ green 3 ◦ blue 115

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

Shades of Purple #880373

Tints of Purple #880373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 53.54%
G = 1.18%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#880373 (or 0x880373) is known color: Purple. HEX triplet: 88, 03 and 73. RGB value is (136,3,115). Sum of RGB (Red+Green+Blue) = 136+3+115=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880373 is #77FC8C. Grayscale: #373737. Windows color (decimal): -7863437 or 7537544. OLE color: 7537544.

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

Color convert

RGB 136 3 115 -
CMYK 0 0.98 0.15 0.47
HSL 309.47º 0.96% 0.27% -
HSV(B) 309.47º 0.98% 0.53% -
XYZ 13.28 6.54 16.78 -
YUV 55.54 161.56 185.39 -
System Red Green Blue C M Y K H S L
Decimal 136 3 115 0 0.98 0.15 0.47 309.47 0.96 0.27
Hex 88 3 73 0 62 F 2F 135 60 1B
Octal 210 3 163 0 142 17 57 465 140 33
Binary 10001000 11 1110011 0 1100010 1111 101111 100110101 1100000 11011

Color Harmonies of #880373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880373

Black with #880373

Text Example


Text Example

White with #880373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880373; }

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

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

background-color css

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

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

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

border-color css

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

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

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