Html Css Color HEX #87356C Dark Purple

📋 copy color: '#87356C'

red 135 ◦ green 53 ◦ blue 108

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

Shades of Dark Purple #87356C

Tints of Dark Purple #87356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 45.61%
G = 17.91%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87356C (or 0x87356C) is known color: Dark Purple. HEX triplet: 87, 35 and 6C. RGB value is (135,53,108). Sum of RGB (Red+Green+Blue) = 135+53+108=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87356C is #78CA93. Grayscale: #535353. Windows color (decimal): -7916180 or 7091591. OLE color: 7091591.

HSL color Cylindrical-coordinate representation of color #87356C: hue angle of 319.76º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87356C is Cyan = 0, Magento = 0.61, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 53 108 -
CMYK 0 0.61 0.2 0.47
HSL 319.76º 0.44% 0.37% -
HSV(B) 319.76º 0.61% 0.53% -
XYZ 13.97 8.78 15.15 -
YUV 83.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 135 53 108 0 0.61 0.2 0.47 319.76 0.44 0.37
Hex 87 35 6C 0 3D 14 2F 140 2C 25
Octal 207 65 154 0 75 24 57 500 54 45
Binary 10000111 110101 1101100 0 111101 10100 101111 101000000 101100 100101

Color Harmonies of #87356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87356C

Black with #87356C

Text Example


Text Example

White with #87356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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