Html Css Color HEX #87256E Dark Purple

📋 copy color: '#87256E'

red 135 ◦ green 37 ◦ blue 110

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

Shades of Dark Purple #87256E

Tints of Dark Purple #87256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 47.87%
G = 13.12%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87256E (or 0x87256E) is known color: Dark Purple. HEX triplet: 87, 25 and 6E. RGB value is (135,37,110). Sum of RGB (Red+Green+Blue) = 135+37+110=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #87256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87256E is #78DA91. Grayscale: #4A4A4A. Windows color (decimal): -7920274 or 7218567. OLE color: 7218567.

HSL color Cylindrical-coordinate representation of color #87256E: hue angle of 315.31º 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 #87256E is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 37 110 -
CMYK 0 0.73 0.19 0.47
HSL 315.31º 0.57% 0.34% -
HSV(B) 315.31º 0.73% 0.53% -
XYZ 13.47 7.6 15.51 -
YUV 74.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 135 37 110 0 0.73 0.19 0.47 315.31 0.57 0.34
Hex 87 25 6E 0 49 13 2F 13B 39 22
Octal 207 45 156 0 111 23 57 473 71 42
Binary 10000111 100101 1101110 0 1001001 10011 101111 100111011 111001 100010

Color Harmonies of #87256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87256E

Black with #87256E

Text Example


Text Example

White with #87256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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