Html Css Color HEX #87207D Dark Purple

📋 copy color: '#87207D'

red 135 ◦ green 32 ◦ blue 125

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

Shades of Dark Purple #87207D

Tints of Dark Purple #87207D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 46.23%
G = 10.96%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87207D (or 0x87207D) is known color: Dark Purple. HEX triplet: 87, 20 and 7D. RGB value is (135,32,125). Sum of RGB (Red+Green+Blue) = 135+32+125=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87207D is #78DF82. Grayscale: #494949. Windows color (decimal): -7921539 or 8200327. OLE color: 8200327.

HSL color Cylindrical-coordinate representation of color #87207D: hue angle of 305.83º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87207D is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 125 -
CMYK 0 0.76 0.07 0.47
HSL 305.83º 0.62% 0.33% -
HSV(B) 305.83º 0.76% 0.53% -
XYZ 14.21 7.66 20.13 -
YUV 73.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 135 32 125 0 0.76 0.07 0.47 305.83 0.62 0.33
Hex 87 20 7D 0 4C 7 2F 132 3E 21
Octal 207 40 175 0 114 7 57 462 76 41
Binary 10000111 100000 1111101 0 1001100 111 101111 100110010 111110 100001

Color Harmonies of #87207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87207D

Black with #87207D

Text Example


Text Example

White with #87207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87207D; }

 p { color: rgb(135,32,125); }

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

background-color css

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

 a { background-color: rgb(135,32,125); }

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

border-color css

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

 span { border-color: rgb(135,32,125); }

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