Html Css Color HEX #860871 Purple

📋 copy color: '#860871'

red 134 ◦ green 8 ◦ blue 113

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

Shades of Purple #860871

Tints of Purple #860871

RGB

 RED value IS 134 (52.73% from 255) = 52.55%

 GREEN value IS 8 (3.52% from 255) = 3.14%

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 52.55%
G = 3.14%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#860871 (or 0x860871) is known color: Purple. HEX triplet: 86, 08 and 71. RGB value is (134,8,113). Sum of RGB (Red+Green+Blue) = 134+8+113=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #860871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860871 is #79F78E. Grayscale: #393939. Windows color (decimal): -7993231 or 7407750. OLE color: 7407750.

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

Color convert

RGB 134 8 113 -
CMYK 0 0.94 0.16 0.47
HSL 310º 0.89% 0.28% -
HSV(B) 310º 0.94% 0.53% -
XYZ 12.9 6.43 16.18 -
YUV 57.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 134 8 113 0 0.94 0.16 0.47 310 0.89 0.28
Hex 86 8 71 0 5E 10 2F 136 59 1C
Octal 206 10 161 0 136 20 57 466 131 34
Binary 10000110 1000 1110001 0 1011110 10000 101111 100110110 1011001 11100

Color Harmonies of #860871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860871

Black with #860871

Text Example


Text Example

White with #860871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860871; }

 p { color: rgb(134,8,113); }

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

background-color css

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

 a { background-color: rgb(134,8,113); }

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

border-color css

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

 span { border-color: rgb(134,8,113); }

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