Html Css Color HEX #870379 Purple

📋 copy color: '#870379'

red 135 ◦ green 3 ◦ blue 121

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

Shades of Purple #870379

Tints of Purple #870379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 121 (47.66% from 255) = 46.72%

R = 52.12%
G = 1.16%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#870379 (or 0x870379) is known color: Purple. HEX triplet: 87, 03 and 79. RGB value is (135,3,121). Sum of RGB (Red+Green+Blue) = 135+3+121=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #870379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870379 is #78FC86. Grayscale: #373737. Windows color (decimal): -7928967 or 7930759. OLE color: 7930759.

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

Color convert

RGB 135 3 121 -
CMYK 0 0.98 0.10 0.47
HSL 306.36º 0.96% 0.27% -
HSV(B) 306.36º 0.98% 0.53% -
XYZ 13.48 6.6 18.65 -
YUV 55.92 164.73 184.41 -
System Red Green Blue C M Y K H S L
Decimal 135 3 121 0 0.98 0.10 0.47 306.36 0.96 0.27
Hex 87 3 79 0 62 A 2F 132 60 1B
Octal 207 3 171 0 142 12 57 462 140 33
Binary 10000111 11 1111001 0 1100010 1010 101111 100110010 1100000 11011

Color Harmonies of #870379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870379

Black with #870379

Text Example


Text Example

White with #870379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870379; }

 p { color: rgb(135,3,121); }

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

background-color css

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

 a { background-color: rgb(135,3,121); }

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

border-color css

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

 span { border-color: rgb(135,3,121); }

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