Html Css Color HEX #87346F Dark Purple

📋 copy color: '#87346F'

red 135 ◦ green 52 ◦ blue 111

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

Shades of Dark Purple #87346F

Tints of Dark Purple #87346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 45.3%
G = 17.45%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87346F (or 0x87346F) is known color: Dark Purple. HEX triplet: 87, 34 and 6F. RGB value is (135,52,111). Sum of RGB (Red+Green+Blue) = 135+52+111=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87346F is #78CB90. Grayscale: #535353. Windows color (decimal): -7916433 or 7287943. OLE color: 7287943.

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

Color convert

RGB 135 52 111 -
CMYK 0 0.61 0.18 0.47
HSL 317.35º 0.44% 0.37% -
HSV(B) 317.35º 0.61% 0.53% -
XYZ 14.09 8.75 15.99 -
YUV 83.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 135 52 111 0 0.61 0.18 0.47 317.35 0.44 0.37
Hex 87 34 6F 0 3D 12 2F 13D 2C 25
Octal 207 64 157 0 75 22 57 475 54 45
Binary 10000111 110100 1101111 0 111101 10010 101111 100111101 101100 100101

Color Harmonies of #87346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87346F

Black with #87346F

Text Example


Text Example

White with #87346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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