Html Css Color HEX #87256C Dark Purple

📋 copy color: '#87256C'

red 135 ◦ green 37 ◦ blue 108

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

Shades of Dark Purple #87256C

Tints of Dark Purple #87256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 48.21%
G = 13.21%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87256C (or 0x87256C) is known color: Dark Purple. HEX triplet: 87, 25 and 6C. RGB value is (135,37,108). Sum of RGB (Red+Green+Blue) = 135+37+108=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87256C is #78DA93. Grayscale: #4A4A4A. Windows color (decimal): -7920276 or 7087495. OLE color: 7087495.

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

Color convert

RGB 135 37 108 -
CMYK 0 0.73 0.2 0.47
HSL 316.53º 0.57% 0.34% -
HSV(B) 316.53º 0.73% 0.53% -
XYZ 13.36 7.56 14.94 -
YUV 74.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 135 37 108 0 0.73 0.2 0.47 316.53 0.57 0.34
Hex 87 25 6C 0 49 14 2F 13D 39 22
Octal 207 45 154 0 111 24 57 475 71 42
Binary 10000111 100101 1101100 0 1001001 10100 101111 100111101 111001 100010

Color Harmonies of #87256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87256C

Black with #87256C

Text Example


Text Example

White with #87256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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