Html Css Color HEX #87057C Purple

📋 copy color: '#87057C'

red 135 ◦ green 5 ◦ blue 124

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

Shades of Purple #87057C

Tints of Purple #87057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 124 (48.83% from 255) = 46.97%

R = 51.14%
G = 1.89%
B = 46.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#87057C (or 0x87057C) is known color: Purple. HEX triplet: 87, 05 and 7C. RGB value is (135,5,124). Sum of RGB (Red+Green+Blue) = 135+5+124=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87057C is #78FA83. Grayscale: #393939. Windows color (decimal): -7928452 or 8127879. OLE color: 8127879.

HSL color Cylindrical-coordinate representation of color #87057C: hue angle of 305.08º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87057C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 5 124 -
CMYK 0 0.96 0.08 0.47
HSL 305.08º 0.93% 0.27% -
HSV(B) 305.08º 0.96% 0.53% -
XYZ 13.68 6.71 19.64 -
YUV 57.44 165.57 183.32 -
System Red Green Blue C M Y K H S L
Decimal 135 5 124 0 0.96 0.08 0.47 305.08 0.93 0.27
Hex 87 5 7C 0 60 8 2F 131 5D 1B
Octal 207 5 174 0 140 10 57 461 135 33
Binary 10000111 101 1111100 0 1100000 1000 101111 100110001 1011101 11011

Color Harmonies of #87057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87057C

Black with #87057C

Text Example


Text Example

White with #87057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87057C; }

 p { color: rgb(135,5,124); }

 H1.HeaderClassName
 {
   color: #87057C;
 }
 .AnyTagClassName
 {
   color: #87057C;
 }
</style>

background-color css

<style>
 a { background-color: #87057C; }

 a { background-color: rgb(135,5,124); }

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

border-color css

<style>
 span { border-color: #87057C; }

 span { border-color: rgb(135,5,124); }

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