Html Css Color HEX #87346D Dark Purple

📋 copy color: '#87346D'

red 135 ◦ green 52 ◦ blue 109

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

Shades of Dark Purple #87346D

Tints of Dark Purple #87346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 45.61%
G = 17.57%
B = 36.82%

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

#87346D (or 0x87346D) is known color: Dark Purple. HEX triplet: 87, 34 and 6D. RGB value is (135,52,109). Sum of RGB (Red+Green+Blue) = 135+52+109=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87346D is #78CB92. Grayscale: #535353. Windows color (decimal): -7916435 or 7156871. OLE color: 7156871.

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

Color convert

RGB 135 52 109 -
CMYK 0 0.61 0.19 0.47
HSL 318.8º 0.44% 0.37% -
HSV(B) 318.8º 0.61% 0.53% -
XYZ 13.98 8.71 15.41 -
YUV 83.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 135 52 109 0 0.61 0.19 0.47 318.8 0.44 0.37
Hex 87 34 6D 0 3D 13 2F 13F 2C 25
Octal 207 64 155 0 75 23 57 477 54 45
Binary 10000111 110100 1101101 0 111101 10011 101111 100111111 101100 100101

Color Harmonies of #87346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87346D

Black with #87346D

Text Example


Text Example

White with #87346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87346D; }

 p { color: rgb(135,52,109); }

 H1.HeaderClassName
 {
   color: #87346D;
 }
 .AnyTagClassName
 {
   color: #87346D;
 }
</style>

background-color css

<style>
 a { background-color: #87346D; }

 a { background-color: rgb(135,52,109); }

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

border-color css

<style>
 span { border-color: #87346D; }

 span { border-color: rgb(135,52,109); }

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