Html Css Color HEX #87267C Dark Purple

📋 copy color: '#87267C'

red 135 ◦ green 38 ◦ blue 124

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

Shades of Dark Purple #87267C

Tints of Dark Purple #87267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

 BLUE value IS 124 (48.83% from 255) = 41.75%

R = 45.45%
G = 12.79%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87267C (or 0x87267C) is known color: Dark Purple. HEX triplet: 87, 26 and 7C. RGB value is (135,38,124). Sum of RGB (Red+Green+Blue) = 135+38+124=297 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.45% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 135 - color contains mainly: red. Hex color #87267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87267C is #78D983. Grayscale: #4C4C4C. Windows color (decimal): -7920004 or 8136327. OLE color: 8136327.

HSL color Cylindrical-coordinate representation of color #87267C: hue angle of 306.8º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87267C is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 124 -
CMYK 0 0.72 0.08 0.47
HSL 306.8º 0.56% 0.34% -
HSV(B) 306.8º 0.72% 0.53% -
XYZ 14.32 7.99 19.86 -
YUV 76.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 135 38 124 0 0.72 0.08 0.47 306.8 0.56 0.34
Hex 87 26 7C 0 48 8 2F 133 38 22
Octal 207 46 174 0 110 10 57 463 70 42
Binary 10000111 100110 1111100 0 1001000 1000 101111 100110011 111000 100010

Color Harmonies of #87267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87267C

Black with #87267C

Text Example


Text Example

White with #87267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87267C; }

 p { color: rgb(135,38,124); }

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

background-color css

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

 a { background-color: rgb(135,38,124); }

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

border-color css

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

 span { border-color: rgb(135,38,124); }

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