Html Css Color HEX #870376 Purple

📋 copy color: '#870376'

red 135 ◦ green 3 ◦ blue 118

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

Shades of Purple #870376

Tints of Purple #870376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 52.73%
G = 1.17%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#870376 (or 0x870376) is known color: Purple. HEX triplet: 87, 03 and 76. RGB value is (135,3,118). Sum of RGB (Red+Green+Blue) = 135+3+118=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870376 is #78FC89. Grayscale: #373737. Windows color (decimal): -7928970 or 7734151. OLE color: 7734151.

HSL color Cylindrical-coordinate representation of color #870376: hue angle of 307.73º 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 #870376 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 3 118 -
CMYK 0 0.98 0.13 0.47
HSL 307.73º 0.96% 0.27% -
HSV(B) 307.73º 0.98% 0.53% -
XYZ 13.29 6.52 17.7 -
YUV 55.58 163.23 184.65 -
System Red Green Blue C M Y K H S L
Decimal 135 3 118 0 0.98 0.13 0.47 307.73 0.96 0.27
Hex 87 3 76 0 62 D 2F 134 60 1B
Octal 207 3 166 0 142 15 57 464 140 33
Binary 10000111 11 1110110 0 1100010 1101 101111 100110100 1100000 11011

Color Harmonies of #870376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870376

Black with #870376

Text Example


Text Example

White with #870376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870376; }

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

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

background-color css

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

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

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

border-color css

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

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

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