Html Css Color HEX #87256F Dark Purple

📋 copy color: '#87256F'

red 135 ◦ green 37 ◦ blue 111

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

Shades of Dark Purple #87256F

Tints of Dark Purple #87256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

 BLUE value IS 111 (43.75% from 255) = 39.22%

R = 47.7%
G = 13.07%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87256F (or 0x87256F) is known color: Dark Purple. HEX triplet: 87, 25 and 6F. RGB value is (135,37,111). Sum of RGB (Red+Green+Blue) = 135+37+111=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87256F is #78DA90. Grayscale: #4A4A4A. Windows color (decimal): -7920273 or 7284103. OLE color: 7284103.

HSL color Cylindrical-coordinate representation of color #87256F: hue angle of 314.69º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87256F is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 37 111 -
CMYK 0 0.73 0.18 0.47
HSL 314.69º 0.57% 0.34% -
HSV(B) 314.69º 0.73% 0.53% -
XYZ 13.52 7.62 15.8 -
YUV 74.74 148.47 170.98 -
System Red Green Blue C M Y K H S L
Decimal 135 37 111 0 0.73 0.18 0.47 314.69 0.57 0.34
Hex 87 25 6F 0 49 12 2F 13B 39 22
Octal 207 45 157 0 111 22 57 473 71 42
Binary 10000111 100101 1101111 0 1001001 10010 101111 100111011 111001 100010

Color Harmonies of #87256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87256F

Black with #87256F

Text Example


Text Example

White with #87256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87256F; }

 p { color: rgb(135,37,111); }

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

background-color css

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

 a { background-color: rgb(135,37,111); }

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

border-color css

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

 span { border-color: rgb(135,37,111); }

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