Html Css Color HEX #87347A Dark Purple

📋 copy color: '#87347A'

red 135 ◦ green 52 ◦ blue 122

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

Shades of Dark Purple #87347A

Tints of Dark Purple #87347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.48%

R = 43.69%
G = 16.83%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#87347A (or 0x87347A) is known color: Dark Purple. HEX triplet: 87, 34 and 7A. RGB value is (135,52,122). Sum of RGB (Red+Green+Blue) = 135+52+122=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87347A is #78CB85. Grayscale: #545454. Windows color (decimal): -7916422 or 8008839. OLE color: 8008839.

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

Color convert

RGB 135 52 122 -
CMYK 0 0.61 0.10 0.47
HSL 309.4º 0.44% 0.37% -
HSV(B) 309.4º 0.61% 0.53% -
XYZ 14.73 9.01 19.38 -
YUV 84.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 135 52 122 0 0.61 0.10 0.47 309.4 0.44 0.37
Hex 87 34 7A 0 3D A 2F 135 2C 25
Octal 207 64 172 0 75 12 57 465 54 45
Binary 10000111 110100 1111010 0 111101 1010 101111 100110101 101100 100101

Color Harmonies of #87347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87347A

Black with #87347A

Text Example


Text Example

White with #87347A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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