Html Css Color HEX #872380 Dark Purple

📋 copy color: '#872380'

red 135 ◦ green 35 ◦ blue 128

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

Shades of Dark Purple #872380

Tints of Dark Purple #872380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 45.3%
G = 11.74%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#872380 (or 0x872380) is known color: Dark Purple. HEX triplet: 87, 23 and 80. RGB value is (135,35,128). Sum of RGB (Red+Green+Blue) = 135+35+128=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #872380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872380 is #78DC7F. Grayscale: #4B4B4B. Windows color (decimal): -7920768 or 8397703. OLE color: 8397703.

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

Color convert

RGB 135 35 128 -
CMYK 0 0.74 0.05 0.47
HSL 304.2º 0.59% 0.33% -
HSV(B) 304.2º 0.74% 0.53% -
XYZ 14.49 7.91 21.19 -
YUV 75.5 157.63 170.44 -
System Red Green Blue C M Y K H S L
Decimal 135 35 128 0 0.74 0.05 0.47 304.2 0.59 0.33
Hex 87 23 80 0 4A 5 2F 130 3B 21
Octal 207 43 200 0 112 5 57 460 73 41
Binary 10000111 100011 10000000 0 1001010 101 101111 100110000 111011 100001

Color Harmonies of #872380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872380

Black with #872380

Text Example


Text Example

White with #872380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872380; }

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

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

background-color css

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

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

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

border-color css

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

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

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