Html Css Color HEX #87347E Dark Purple

📋 copy color: '#87347E'

red 135 ◦ green 52 ◦ blue 126

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

Shades of Dark Purple #87347E

Tints of Dark Purple #87347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.26%

R = 43.13%
G = 16.61%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87347E (or 0x87347E) is known color: Dark Purple. HEX triplet: 87, 34 and 7E. RGB value is (135,52,126). Sum of RGB (Red+Green+Blue) = 135+52+126=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87347E is #78CB81. Grayscale: #555555. Windows color (decimal): -7916418 or 8270983. OLE color: 8270983.

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

Color convert

RGB 135 52 126 -
CMYK 0 0.61 0.07 0.47
HSL 306.51º 0.44% 0.37% -
HSV(B) 306.51º 0.61% 0.53% -
XYZ 14.99 9.11 20.71 -
YUV 85.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 135 52 126 0 0.61 0.07 0.47 306.51 0.44 0.37
Hex 87 34 7E 0 3D 7 2F 133 2C 25
Octal 207 64 176 0 75 7 57 463 54 45
Binary 10000111 110100 1111110 0 111101 111 101111 100110011 101100 100101

Color Harmonies of #87347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87347E

Black with #87347E

Text Example


Text Example

White with #87347E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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