Html Css Color HEX #860784 Purple

📋 copy color: '#860784'

red 134 ◦ green 7 ◦ blue 132

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

Shades of Purple #860784

Tints of Purple #860784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 132 (51.95% from 255) = 48.35%

R = 49.08%
G = 2.56%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#860784 (or 0x860784) is known color: Purple. HEX triplet: 86, 07 and 84. RGB value is (134,7,132). Sum of RGB (Red+Green+Blue) = 134+7+132=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #860784 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860784 is #79F87B. Grayscale: #3A3A3A. Windows color (decimal): -7993468 or 8652678. OLE color: 8652678.

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

Color convert

RGB 134 7 132 -
CMYK 0 0.95 0.01 0.47
HSL 300.94º 0.9% 0.28% -
HSV(B) 300.94º 0.95% 0.53% -
XYZ 14.07 6.89 22.42 -
YUV 59.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 134 7 132 0 0.95 0.01 0.47 300.94 0.9 0.28
Hex 86 7 84 0 5F 1 2F 12D 5A 1C
Octal 206 7 204 0 137 1 57 455 132 34
Binary 10000110 111 10000100 0 1011111 1 101111 100101101 1011010 11100

Color Harmonies of #860784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860784

Black with #860784

Text Example


Text Example

White with #860784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860784; }

 p { color: rgb(134,7,132); }

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

background-color css

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

 a { background-color: rgb(134,7,132); }

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

border-color css

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

 span { border-color: rgb(134,7,132); }

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