Html Css Color HEX #87357E Dark Purple

📋 copy color: '#87357E'

red 135 ◦ green 53 ◦ blue 126

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

Shades of Dark Purple #87357E

Tints of Dark Purple #87357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 42.99%
G = 16.88%
B = 40.13%

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

#87357E (or 0x87357E) is known color: Dark Purple. HEX triplet: 87, 35 and 7E. RGB value is (135,53,126). Sum of RGB (Red+Green+Blue) = 135+53+126=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87357E is #78CA81. Grayscale: #555555. Windows color (decimal): -7916162 or 8271239. OLE color: 8271239.

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

Color convert

RGB 135 53 126 -
CMYK 0 0.61 0.07 0.47
HSL 306.59º 0.44% 0.37% -
HSV(B) 306.59º 0.61% 0.53% -
XYZ 15.03 9.2 20.72 -
YUV 85.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 135 53 126 0 0.61 0.07 0.47 306.59 0.44 0.37
Hex 87 35 7E 0 3D 7 2F 133 2C 25
Octal 207 65 176 0 75 7 57 463 54 45
Binary 10000111 110101 1111110 0 111101 111 101111 100110011 101100 100101

Color Harmonies of #87357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87357E

Black with #87357E

Text Example


Text Example

White with #87357E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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