Html Css Color HEX #87347F Dark Purple

📋 copy color: '#87347F'

red 135 ◦ green 52 ◦ blue 127

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

Shades of Dark Purple #87347F

Tints of Dark Purple #87347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.45%

R = 42.99%
G = 16.56%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87347F (or 0x87347F) is known color: Dark Purple. HEX triplet: 87, 34 and 7F. RGB value is (135,52,127). Sum of RGB (Red+Green+Blue) = 135+52+127=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87347F is #78CB80. Grayscale: #555555. Windows color (decimal): -7916417 or 8336519. OLE color: 8336519.

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

Color convert

RGB 135 52 127 -
CMYK 0 0.61 0.06 0.47
HSL 305.78º 0.44% 0.37% -
HSV(B) 305.78º 0.61% 0.53% -
XYZ 15.05 9.14 21.05 -
YUV 85.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 135 52 127 0 0.61 0.06 0.47 305.78 0.44 0.37
Hex 87 34 7F 0 3D 6 2F 132 2C 25
Octal 207 64 177 0 75 6 57 462 54 45
Binary 10000111 110100 1111111 0 111101 110 101111 100110010 101100 100101

Color Harmonies of #87347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87347F

Black with #87347F

Text Example


Text Example

White with #87347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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