Html Css Color HEX #87327E Dark Purple

📋 copy color: '#87327E'

red 135 ◦ green 50 ◦ blue 126

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

Shades of Dark Purple #87327E

Tints of Dark Purple #87327E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 43.41%
G = 16.08%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87327E (or 0x87327E) is known color: Dark Purple. HEX triplet: 87, 32 and 7E. RGB value is (135,50,126). Sum of RGB (Red+Green+Blue) = 135+50+126=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87327E is #78CD81. Grayscale: #535353. Windows color (decimal): -7916930 or 8270471. OLE color: 8270471.

HSL color Cylindrical-coordinate representation of color #87327E: hue angle of 306.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #87327E is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 50 126 -
CMYK 0 0.63 0.07 0.47
HSL 306.35º 0.46% 0.36% -
HSV(B) 306.35º 0.63% 0.53% -
XYZ 14.9 8.94 20.68 -
YUV 84.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 135 50 126 0 0.63 0.07 0.47 306.35 0.46 0.36
Hex 87 32 7E 0 3F 7 2F 132 2E 24
Octal 207 62 176 0 77 7 57 462 56 44
Binary 10000111 110010 1111110 0 111111 111 101111 100110010 101110 100100

Color Harmonies of #87327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87327E

Black with #87327E

Text Example


Text Example

White with #87327E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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