Html Css Color HEX #87257F Dark Purple

📋 copy color: '#87257F'

red 135 ◦ green 37 ◦ blue 127

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

Shades of Dark Purple #87257F

Tints of Dark Purple #87257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 45.15%
G = 12.37%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#87257F (or 0x87257F) is known color: Dark Purple. HEX triplet: 87, 25 and 7F. RGB value is (135,37,127). Sum of RGB (Red+Green+Blue) = 135+37+127=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87257F is #78DA80. Grayscale: #4C4C4C. Windows color (decimal): -7920257 or 8332679. OLE color: 8332679.

HSL color Cylindrical-coordinate representation of color #87257F: hue angle of 304.9º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87257F is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 37 127 -
CMYK 0 0.73 0.06 0.47
HSL 304.9º 0.57% 0.34% -
HSV(B) 304.9º 0.73% 0.53% -
XYZ 14.48 8.01 20.86 -
YUV 76.56 156.47 169.68 -
System Red Green Blue C M Y K H S L
Decimal 135 37 127 0 0.73 0.06 0.47 304.9 0.57 0.34
Hex 87 25 7F 0 49 6 2F 131 39 22
Octal 207 45 177 0 111 6 57 461 71 42
Binary 10000111 100101 1111111 0 1001001 110 101111 100110001 111001 100010

Color Harmonies of #87257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87257F

Black with #87257F

Text Example


Text Example

White with #87257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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