Html Css Color HEX #87356E Dark Purple

📋 copy color: '#87356E'

red 135 ◦ green 53 ◦ blue 110

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

Shades of Dark Purple #87356E

Tints of Dark Purple #87356E

RGB

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

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

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

R = 45.3%
G = 17.79%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87356E (or 0x87356E) is known color: Dark Purple. HEX triplet: 87, 35 and 6E. RGB value is (135,53,110). Sum of RGB (Red+Green+Blue) = 135+53+110=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87356E is #78CA91. Grayscale: #535353. Windows color (decimal): -7916178 or 7222663. OLE color: 7222663.

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

Color convert

RGB 135 53 110 -
CMYK 0 0.61 0.19 0.47
HSL 318.29º 0.44% 0.37% -
HSV(B) 318.29º 0.61% 0.53% -
XYZ 14.08 8.82 15.71 -
YUV 84.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 135 53 110 0 0.61 0.19 0.47 318.29 0.44 0.37
Hex 87 35 6E 0 3D 13 2F 13E 2C 25
Octal 207 65 156 0 75 23 57 476 54 45
Binary 10000111 110101 1101110 0 111101 10011 101111 100111110 101100 100101

Color Harmonies of #87356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87356E

Black with #87356E

Text Example


Text Example

White with #87356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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