Html Css Color HEX #873380 Dark Purple

📋 copy color: '#873380'

red 135 ◦ green 51 ◦ blue 128

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

Shades of Dark Purple #873380

Tints of Dark Purple #873380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 42.99%
G = 16.24%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#873380 (or 0x873380) is known color: Dark Purple. HEX triplet: 87, 33 and 80. RGB value is (135,51,128). Sum of RGB (Red+Green+Blue) = 135+51+128=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #873380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873380 is #78CC7F. Grayscale: #545454. Windows color (decimal): -7916672 or 8401799. OLE color: 8401799.

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

Color convert

RGB 135 51 128 -
CMYK 0 0.62 0.05 0.47
HSL 305º 0.45% 0.36% -
HSV(B) 305º 0.62% 0.53% -
XYZ 15.07 9.08 21.38 -
YUV 84.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 135 51 128 0 0.62 0.05 0.47 305 0.45 0.36
Hex 87 33 80 0 3E 5 2F 131 2D 24
Octal 207 63 200 0 76 5 57 461 55 44
Binary 10000111 110011 10000000 0 111110 101 101111 100110001 101101 100100

Color Harmonies of #873380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873380

Black with #873380

Text Example


Text Example

White with #873380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873380; }

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

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

background-color css

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

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

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

border-color css

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

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

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