Html Css Color HEX #860671 Purple

📋 copy color: '#860671'

red 134 ◦ green 6 ◦ blue 113

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

Shades of Purple #860671

Tints of Purple #860671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

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

R = 52.96%
G = 2.37%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#860671 (or 0x860671) is known color: Purple. HEX triplet: 86, 06 and 71. RGB value is (134,6,113). Sum of RGB (Red+Green+Blue) = 134+6+113=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #860671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860671 is #79F98E. Grayscale: #383838. Windows color (decimal): -7993743 or 7407238. OLE color: 7407238.

HSL color Cylindrical-coordinate representation of color #860671: hue angle of 309.84º degrees, saturation: 0.91, 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 #860671 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 6 113 -
CMYK 0 0.96 0.16 0.47
HSL 309.84º 0.91% 0.27% -
HSV(B) 309.84º 0.96% 0.53% -
XYZ 12.88 6.39 16.18 -
YUV 56.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 134 6 113 0 0.96 0.16 0.47 309.84 0.91 0.27
Hex 86 6 71 0 60 10 2F 136 5B 1B
Octal 206 6 161 0 140 20 57 466 133 33
Binary 10000110 110 1110001 0 1100000 10000 101111 100110110 1011011 11011

Color Harmonies of #860671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860671

Black with #860671

Text Example


Text Example

White with #860671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860671; }

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

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

background-color css

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

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

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

border-color css

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

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

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