Html Css Color HEX #873280 Dark Purple

📋 copy color: '#873280'

red 135 ◦ green 50 ◦ blue 128

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

Shades of Dark Purple #873280

Tints of Dark Purple #873280

RGB

 RED value IS 135 (53.13% from 255) = 43.13%

 GREEN value IS 50 (19.92% from 255) = 15.97%

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 43.13%
G = 15.97%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#873280 (or 0x873280) is known color: Dark Purple. HEX triplet: 87, 32 and 80. RGB value is (135,50,128). Sum of RGB (Red+Green+Blue) = 135+50+128=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #873280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873280 is #78CD7F. Grayscale: #545454. Windows color (decimal): -7916928 or 8401543. OLE color: 8401543.

HSL color Cylindrical-coordinate representation of color #873280: hue angle of 304.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873280 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 50 128 -
CMYK 0 0.63 0.05 0.47
HSL 304.94º 0.46% 0.36% -
HSV(B) 304.94º 0.63% 0.53% -
XYZ 15.03 8.99 21.37 -
YUV 84.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 135 50 128 0 0.63 0.05 0.47 304.94 0.46 0.36
Hex 87 32 80 0 3F 5 2F 131 2E 24
Octal 207 62 200 0 77 5 57 461 56 44
Binary 10000111 110010 10000000 0 111111 101 101111 100110001 101110 100100

Color Harmonies of #873280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873280

Black with #873280

Text Example


Text Example

White with #873280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873280; }

 p { color: rgb(135,50,128); }

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

background-color css

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

 a { background-color: rgb(135,50,128); }

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

border-color css

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

 span { border-color: rgb(135,50,128); }

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