Html Css Color HEX #870477 Purple

📋 copy color: '#870477'

red 135 ◦ green 4 ◦ blue 119

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

Shades of Purple #870477

Tints of Purple #870477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

 BLUE value IS 119 (46.88% from 255) = 46.12%

R = 52.33%
G = 1.55%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#870477 (or 0x870477) is known color: Purple. HEX triplet: 87, 04 and 77. RGB value is (135,4,119). Sum of RGB (Red+Green+Blue) = 135+4+119=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #870477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870477 is #78FB88. Grayscale: #373737. Windows color (decimal): -7928713 or 7799943. OLE color: 7799943.

HSL color Cylindrical-coordinate representation of color #870477: hue angle of 307.33º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870477 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 4 119 -
CMYK 0 0.97 0.12 0.47
HSL 307.33º 0.94% 0.27% -
HSV(B) 307.33º 0.97% 0.53% -
XYZ 13.36 6.57 18.02 -
YUV 56.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 135 4 119 0 0.97 0.12 0.47 307.33 0.94 0.27
Hex 87 4 77 0 61 C 2F 133 5E 1B
Octal 207 4 167 0 141 14 57 463 136 33
Binary 10000111 100 1110111 0 1100001 1100 101111 100110011 1011110 11011

Color Harmonies of #870477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870477

Black with #870477

Text Example


Text Example

White with #870477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870477; }

 p { color: rgb(135,4,119); }

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

background-color css

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

 a { background-color: rgb(135,4,119); }

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

border-color css

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

 span { border-color: rgb(135,4,119); }

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