Html Css Color HEX #87277D Dark Purple

📋 copy color: '#87277D'

red 135 ◦ green 39 ◦ blue 125

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

Shades of Dark Purple #87277D

Tints of Dark Purple #87277D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 45.15%
G = 13.04%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87277D (or 0x87277D) is known color: Dark Purple. HEX triplet: 87, 27 and 7D. RGB value is (135,39,125). Sum of RGB (Red+Green+Blue) = 135+39+125=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87277D is #78D882. Grayscale: #4D4D4D. Windows color (decimal): -7919747 or 8202119. OLE color: 8202119.

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

Color convert

RGB 135 39 125 -
CMYK 0 0.71 0.07 0.47
HSL 306.25º 0.55% 0.34% -
HSV(B) 306.25º 0.71% 0.53% -
XYZ 14.42 8.08 20.2 -
YUV 77.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 135 39 125 0 0.71 0.07 0.47 306.25 0.55 0.34
Hex 87 27 7D 0 47 7 2F 132 37 22
Octal 207 47 175 0 107 7 57 462 67 42
Binary 10000111 100111 1111101 0 1000111 111 101111 100110010 110111 100010

Color Harmonies of #87277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87277D

Black with #87277D

Text Example


Text Example

White with #87277D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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