Html Css Color HEX #860678 Purple

📋 copy color: '#860678'

red 134 ◦ green 6 ◦ blue 120

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

Shades of Purple #860678

Tints of Purple #860678

RGB

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

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

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

R = 51.54%
G = 2.31%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#860678 (or 0x860678) is known color: Purple. HEX triplet: 86, 06 and 78. RGB value is (134,6,120). Sum of RGB (Red+Green+Blue) = 134+6+120=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #860678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #860678 is #79F987. Grayscale: #383838. Windows color (decimal): -7993736 or 7865990. OLE color: 7865990.

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

Color convert

RGB 134 6 120 -
CMYK 0 0.96 0.10 0.47
HSL 306.56º 0.91% 0.27% -
HSV(B) 306.56º 0.96% 0.53% -
XYZ 13.29 6.55 18.33 -
YUV 57.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 134 6 120 0 0.96 0.10 0.47 306.56 0.91 0.27
Hex 86 6 78 0 60 A 2F 133 5B 1B
Octal 206 6 170 0 140 12 57 463 133 33
Binary 10000110 110 1111000 0 1100000 1010 101111 100110011 1011011 11011

Color Harmonies of #860678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860678

Black with #860678

Text Example


Text Example

White with #860678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860678; }

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

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

background-color css

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

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

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

border-color css

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

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

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