Html Css Color HEX #860778 Purple

📋 copy color: '#860778'

red 134 ◦ green 7 ◦ blue 120

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

Shades of Purple #860778

Tints of Purple #860778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.98%

R = 51.34%
G = 2.68%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860778 (or 0x860778) is known color: Purple. HEX triplet: 86, 07 and 78. RGB value is (134,7,120). Sum of RGB (Red+Green+Blue) = 134+7+120=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #860778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860778 is #79F887. Grayscale: #393939. Windows color (decimal): -7993480 or 7866246. OLE color: 7866246.

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

Color convert

RGB 134 7 120 -
CMYK 0 0.95 0.10 0.47
HSL 306.61º 0.9% 0.28% -
HSV(B) 306.61º 0.95% 0.53% -
XYZ 13.3 6.58 18.34 -
YUV 57.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 134 7 120 0 0.95 0.10 0.47 306.61 0.9 0.28
Hex 86 7 78 0 5F A 2F 133 5A 1C
Octal 206 7 170 0 137 12 57 463 132 34
Binary 10000110 111 1111000 0 1011111 1010 101111 100110011 1011010 11100

Color Harmonies of #860778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860778

Black with #860778

Text Example


Text Example

White with #860778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860778; }

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

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

background-color css

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

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

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

border-color css

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

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

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