Html Css Color HEX #860082 Purple

📋 copy color: '#860082'

red 134 ◦ green 0 ◦ blue 130

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

Shades of Purple #860082

Tints of Purple #860082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 49.24%

R = 50.76%
G = 0%
B = 49.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#860082 (or 0x860082) is known color: Purple. HEX triplet: 86, 00 and 82. RGB value is (134,0,130). Sum of RGB (Red+Green+Blue) = 134+0+130=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #860082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860082 is #79FF7D. Grayscale: #363636. Windows color (decimal): -7995262 or 8519814. OLE color: 8519814.

HSL color Cylindrical-coordinate representation of color #860082: hue angle of 301.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #860082 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 130 -
CMYK 0 1 0.03 0.47
HSL 301.79º 1% 0.26% -
HSV(B) 301.79º 1% 0.53% -
XYZ 13.86 6.68 21.68 -
YUV 54.89 170.39 184.43 -
System Red Green Blue C M Y K H S L
Decimal 134 0 130 0 1 0.03 0.47 301.79 1 0.26
Hex 86 0 82 0 64 3 2F 12E 64 1A
Octal 206 0 202 0 144 3 57 456 144 32
Binary 10000110 0 10000010 0 1100100 11 101111 100101110 1100100 11010

Color Harmonies of #860082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860082

Black with #860082

Text Example


Text Example

White with #860082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860082; }

 p { color: rgb(134,0,130); }

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

background-color css

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

 a { background-color: rgb(134,0,130); }

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

border-color css

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

 span { border-color: rgb(134,0,130); }

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